diff options
Diffstat (limited to 'emulators/advancemess')
-rw-r--r-- | emulators/advancemess/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/advancemess/Makefile b/emulators/advancemess/Makefile index e4a07525f613..a003052667e7 100644 --- a/emulators/advancemess/Makefile +++ b/emulators/advancemess/Makefile @@ -3,13 +3,16 @@ PORTNAME= advancemess PORTVERSION= 0.102.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SDL MESS port with advanced TV and monitor video support +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 USE_GL= yes @@ -39,4 +42,7 @@ post-patch: -e 's,(bin|man|pkg)dir),DESTDIR)$$(&,' \ ${WRKSRC}/advance/advance.mak +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/advmess + .include <bsd.port.post.mk> |