instead. While there, remove an obsolete sed line that does not match anything. Sponsored by: Absolight
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= net python
|
|
PORTREVISION= 1
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= Python module for miniupnpc
|
|
|
|
LIB_DEPENDS= libminiupnpc.so:net/miniupnpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../miniupnpc
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/miniupnpc.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|