1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-01 15:39:21 +00:00
parent 4f6e06746d
commit cdaba550f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342175

View File

@ -11,18 +11,15 @@ MAINTAINER= oliver@FreeBSD.org
COMMENT= The OpenAL Utility Toolkit
USE_AUTOTOOLS= libtool
NO_STAGE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gmake openal:al pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal ${PTHREAD_LIBS}/g' \
${WRKSRC}/examples/Makefile.in \
${WRKSRC}/test_suite/Makefile.in
.include <bsd.port.post.mk>
.include <bsd.port.mk>