ports/net/py-pyfixbuf/Makefile
Charlie Li 06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

30 lines
762 B
Makefile

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>