blob: cbd9c52d49e9f29566c8e8704cbbfe593e565b87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= pyfixbuf
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= https://tools.netsa.cert.org/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python API for libfixbuf
WWW= https://tools.netsa.cert.org/pyfixbuf/
LICENSE= GPLR LGPL21
LICENSE_COMB= multi
LICENSE_NAME_GPLR= Government Purpose License Rights
LICENSE_FILE_GPLR= ${WRKSRC}/LICENSE-OPENSOURCE.txt
LICENSE_PERMS_GPLR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libfixbuf.so:net/libfixbuf
USES= compiler pkgconfig python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang
CPPFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.post.mk>
|