505daaf521
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
25 lines
632 B
Makefile
25 lines
632 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freealut
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://connect.creativelabs.com/openal/Downloads/ALUT/
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= The OpenAL Utility Toolkit
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
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' \
|
|
${WRKSRC}/examples/Makefile.in \
|
|
${WRKSRC}/test_suite/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|