diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-28 21:54:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-28 21:54:47 +0800 |
commit | 8f04c04cd3f5a61b3ed4a2c2fe667c28f09a4c41 (patch) | |
tree | a365bdee8eeb2bef1fc117c5f2f6ca2fc384b932 /audio/freealut | |
parent | a50ed60242befbea75f61c7e6d7e9808b316faa2 (diff) | |
download | freebsd-ports-gnome-8f04c04cd3f5a61b3ed4a2c2fe667c28f09a4c41.tar.gz freebsd-ports-gnome-8f04c04cd3f5a61b3ed4a2c2fe667c28f09a4c41.tar.zst freebsd-ports-gnome-8f04c04cd3f5a61b3ed4a2c2fe667c28f09a4c41.zip |
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
Diffstat (limited to 'audio/freealut')
-rw-r--r-- | audio/freealut/Makefile | 6 |
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' \ |