summaryrefslogtreecommitdiff
path: root/audio/freealut
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-28 13:54:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-28 13:54:47 +0000
commit505daaf521c32eb4380b899dd992b4de2af2ea59 (patch)
treea365bdee8eeb2bef1fc117c5f2f6ca2fc384b932 /audio/freealut
parentConvert from USE_BZIP2 to USES=tar:bzip2 (diff)
Convert from USE_AUTOTOOLS=libtool -> USES=libtool
While here: - audio/esound: * use @sample * use install-strip target to strip binaires - audio/Maaate: * strip binaries - audio/xmms-festalon: * strip binaries - audio/freealut * strip binaries
Notes
Notes: svn path=/head/; revision=352503
Diffstat (limited to 'audio/freealut')
-rw-r--r--audio/freealut/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile
index f352d2fc6d83..bebab3b8afda 100644
--- a/audio/freealut/Makefile
+++ b/audio/freealut/Makefile
@@ -3,19 +3,19 @@
PORTNAME= freealut
PORTVERSION= 1.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://connect.creativelabs.com/openal/Downloads/ALUT/
MAINTAINER= oliver@FreeBSD.org
COMMENT= The OpenAL Utility Toolkit
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake openal:al pathfix pkgconfig
+USES= gmake openal:al libtool:oldver pathfix pkgconfig
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal ${PTHREAD_LIBS}/g' \