summaryrefslogtreecommitdiff
path: root/audio/mpg123-esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg123-esound/Makefile')
-rw-r--r--audio/mpg123-esound/Makefile22
1 files changed, 4 insertions, 18 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile
index 63f33895d47..208aab7b708 100644
--- a/audio/mpg123-esound/Makefile
+++ b/audio/mpg123-esound/Makefile
@@ -1,27 +1,13 @@
-# $NetBSD: Makefile,v 1.20 2008/08/11 15:21:04 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2010/03/14 14:58:26 martin Exp $
-PKGNAME= mpg123-esound-${MPG123_VERSION}
-PKGREVISION= 7
-COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD
+MPG123_MODULE= esd
-MAINTAINER= pkgsrc-users@NetBSD.org
-PKG_DESTDIR_SUPPORT= user-destdir
+.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
-TARGET_SUFFIX= -esd
-
-PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-esound
-.include "../../audio/mpg123/Makefile.common"
USE_TOOLS+= pkg-config
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mpg123 \
- ${DESTDIR}${PREFIX}/bin/mpg123-esound
- ${INSTALL_MAN} ${WRKSRC}/mpg123.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mpg123-esound.1
-
.include "../../audio/esound/buildlink3.mk"
+.include "../../audio/mpg123/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"