diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-23 14:02:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-23 14:02:49 +0000 |
commit | 44b0dc518c224aecb1a3fb1e9c61662a05cfc7ed (patch) | |
tree | 9a7efad4e0099b4b4de0a71505b2f5a1ad0bd2f6 /audio/madplay/Makefile | |
parent | 7dacae98f7c4f2576f24ab15c1c4501c7afc817a (diff) | |
download | ports-44b0dc518c224aecb1a3fb1e9c61662a05cfc7ed.tar.gz ports-44b0dc518c224aecb1a3fb1e9c61662a05cfc7ed.zip |
- Support staging
- Use new OPTIONS features
Notes
Notes:
svn path=/head/; revision=337251
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r-- | audio/madplay/Makefile | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 583ed6651df1..fed72ef4923a 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -16,38 +16,21 @@ LICENSE= GPLv2 LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libid3tag.so:${PORTSDIR}/audio/libid3tag -WANT_GNOME= yes - GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lz ALL_TARGET= all madtime -NO_STAGE= yes - -MAN1= abxtest.1 madplay.1 - -OPTIONS_DEFINE=NLS ESOUND -OPTIONS_DEFAULT=NLS ESOUND -NO_OPTIONS_SORT=yes -TCL82_MAN_DESC= Install tcl 8.3 manpages - -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_DEFINE= NLS ESOUND +OPTIONS_DEFAULT=ESOUND +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MESOUND} -USE_GNOME+= esound -.else -CONFIGURE_ARGS+= --without-esd -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +ESOUND_USE= GNOME=esound +ESOUND_CONFIGURE_WITH= esd post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |