blob: 9faa06e77a7091760c5b54b31fcc15c11857c027 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PKGNAMEPREFIX=
PKGNAMESUFFIX= -common
COMMENT= Common files for Python bindings for GObject Introspection
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/pygobject-3.0/pygobject.h \
libdata/pkgconfig/pygobject-3.0.pc
SLAVE_PORT= common
MASTERDIR= ${.CURDIR}/../../devel/py-pygobject
.include "${MASTERDIR}/Makefile"
|