From 505daaf521c32eb4380b899dd992b4de2af2ea59 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 28 Apr 2014 13:54:47 +0000 Subject: 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 --- audio/freealut/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/freealut') 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' \ -- cgit v1.2.3