svn commit: r366348 - head/emulators/xsystem35
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Aug 27 20:25:51 UTC 2014
Author: amdmi3
Date: Wed Aug 27 20:25:51 2014
New Revision: 366348
URL: http://svnweb.freebsd.org/changeset/ports/366348
QAT: https://qat.redports.org/buildarchive/r366348/
Log:
- Fix shebangs
- Strip libraries
Modified:
head/emulators/xsystem35/Makefile
Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile Wed Aug 27 20:10:54 2014 (r366347)
+++ head/emulators/xsystem35/Makefile Wed Aug 27 20:25:51 2014 (r366348)
@@ -3,7 +3,7 @@
PORTNAME= xsystem35
PORTVERSION= 1.7.2
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= emulators
MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/
@@ -18,7 +18,8 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/au
OPTIONS_DEFINE= ESOUND DOCS EXAMPLES
-USES= gettext gmake libtool
+USES= gettext gmake libtool shebangfix
+SHEBANG_FILES= contrib/instgame
USE_AUTOTOOLS= autoconf:env
USE_GNOME= gtk12
USE_XORG= xxf86vm
@@ -31,6 +32,7 @@ CONFIGURE_ARGS= --without-included-gette
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
+INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
More information about the svn-ports-all
mailing list