summaryrefslogtreecommitdiff
path: root/audio/libmad/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-31 16:47:47 +0000
committerminskim <minskim>2004-05-31 16:47:47 +0000
commitc0f22c18ac10b880417692c6191572b195a7cd1e (patch)
treec68874ff86a33cf9d7290b552a8933e80275f8c2 /audio/libmad/Makefile
parent5620b6f36af6e3a4cefbc86c0520fa2e19b20153 (diff)
downloadpkgsrc-c0f22c18ac10b880417692c6191572b195a7cd1e.tar.gz
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/libmad/Makefile')
-rw-r--r--audio/libmad/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile
index 989656affeb..4b45a7d0f50 100644
--- a/audio/libmad/Makefile
+++ b/audio/libmad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/20 03:00:47 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/31 16:47:47 minskim Exp $
#
DISTNAME= libmad-0.15.1b
@@ -12,6 +12,8 @@ COMMENT= High-quality MPEG audio decoder
CONFLICTS= mad<0.15
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -19,6 +21,8 @@ USE_LIBTOOL= YES
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
+INSTALLATION_DIRS= lib/pkgconfig
+
post-build:
${SED} -e 's,@PREFIX@,${PREFIX},g' \
-e 's,@VERSION@,${PKGVERSION},g' \