aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-07 11:19:44 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-07 11:19:44 +0800
commitb0eced7ddf7a382dbf7ea312fdc7a3feca5aaaf7 (patch)
treecef93d46b4cb1d73d3a29edb4ed20b0f510dad75 /emulators
parent8e0962f5e9f5cadd27cd70bfc63f49b02768525c (diff)
downloadfreebsd-ports-gnome-b0eced7ddf7a382dbf7ea312fdc7a3feca5aaaf7.tar.gz
freebsd-ports-gnome-b0eced7ddf7a382dbf7ea312fdc7a3feca5aaaf7.tar.zst
freebsd-ports-gnome-b0eced7ddf7a382dbf7ea312fdc7a3feca5aaaf7.zip
- Add LICENSE
- Strip binary
Diffstat (limited to 'emulators')
-rw-r--r--emulators/advancemess/Makefile8
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>