sthen 764d4a86fe add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)

"exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line
and also contained .so modules.
2015-04-21 18:40:20 +00:00

33 lines
649 B
Makefile

# $OpenBSD: Makefile,v 1.18 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY= Yes
COMMENT= CDDB audio CD track info access in Python
DISTNAME= CDDB-1.4
PKGNAME= py-${DISTNAME:L}
REVISION = 8
CATEGORIES= audio
HOMEPAGE= http://cddb-py.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cddb-py/}
# avoid possible conflict with the audio/p5-cddb distfile
DIST_SUBDIR= py-cddb
MODULES= lang/python
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-cddb
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-cddb
.include <bsd.port.mk>