summaryrefslogtreecommitdiff
path: root/audio/libsidplay/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-08-05 19:30:50 +0000
committerPatrick Li <pat@FreeBSD.org>2002-08-05 19:30:50 +0000
commit8fdb93e4fd6f419979374c61883b74fc3a2f19c9 (patch)
treed03897611b4cf3112a5ed9ee5ee919542cdf0c14 /audio/libsidplay/Makefile
parentAdd support for the -encoding option by utilizing the ICU library. (diff)
- Update to 1.36.55
- Sort plist and silent some portlint warnings PR: ports/41316 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=64063
Diffstat (limited to 'audio/libsidplay/Makefile')
-rw-r--r--audio/libsidplay/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index 24c5cfba29d2..2c60f59cdb33 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= libsidplay
-PORTVERSION= 1.36.54
+PORTVERSION= 1.36.55
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
-DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz
+EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-USE_NEWGCC= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
.if (${ARCH} == i386)
-CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
+CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
.endif
+.include <bsd.port.post.mk>