diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-11 22:50:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-11 22:50:11 +0800 |
commit | ce076fec444e255956336721b1b84fcd4232a50f (patch) | |
tree | 84e0f497143a485eb812d79829d94657bd8fc07b /audio/py-ao | |
parent | 45c3095f188449c61a0312537eae9c46b53543b8 (diff) | |
download | freebsd-ports-graphics-ce076fec444e255956336721b1b84fcd4232a50f.tar.gz freebsd-ports-graphics-ce076fec444e255956336721b1b84fcd4232a50f.tar.zst freebsd-ports-graphics-ce076fec444e255956336721b1b84fcd4232a50f.zip |
- Add LICENSE_FILE
- Strip library
Diffstat (limited to 'audio/py-ao')
-rw-r--r-- | audio/py-ao/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 1d40a165054..cdb2a0392e2 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -3,7 +3,7 @@ PORTNAME= ao PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ \ http://www.sourcefiles.org/Programming/Development/Modules/Python/ @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python wrapper for audio device abstraction library (libao) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao @@ -24,4 +25,7 @@ do-configure: @cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py \ --prefix "${LOCALBASE}" +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aomodule.so + .include <bsd.port.mk> |