- Enable staging

- Switch to new LIB_DEPENDS format
- Replace USE_GMAKE with proper USES value
- Switch to new options format
This commit is contained in:
Ganael LAPLANCHE 2013-11-15 12:49:06 +00:00
parent 27bf1f9b02
commit 704202dfb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333859

View file

@ -15,7 +15,7 @@ COMMENT= MPlayer version of the libdvdnav project
LICENSE= GPLv2
LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread
LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread
USE_BZIP2= yes
HAS_CONFIGURE= yes
@ -27,23 +27,16 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
--incdir="${PREFIX}/include/dvdnav" \
--disable-opts \
--cc="${CC}"
USE_GMAKE= yes
USES= gmake
CONFLICTS= libdvdnav-mplayer-[0-9]*
USE_LDCONFIG= yes
OPTIONS_DEFINE= DEBUG
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+= --enable-debug --disable-strip
.else
CONFIGURE_ARGS+= --disable-debug
.endif
DEBUG_CONFIGURE_ON= --enable-debug --disable-strip
DEBUG_CONFIGURE_OFF= --disable-debug --enable-strip
post-patch:
@${REINPLACE_CMD} -e 's|^threadlib="-lpthread"|threadlib="${PTHREAD_LIBS}"|g' \
${WRKSRC}/configure2
.include <bsd.port.post.mk>
.include <bsd.port.mk>