summaryrefslogtreecommitdiff
path: root/audio/id3v2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/id3v2/Makefile')
-rw-r--r--audio/id3v2/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile
index 4b871be1af0..5755814e775 100644
--- a/audio/id3v2/Makefile
+++ b/audio/id3v2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2008/03/02 06:10:33 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2010/04/26 01:54:26 schnoebe Exp $
-DISTNAME= id3v2-0.1.11
-PKGREVISION= 2
+DISTNAME= id3v2-0.1.12
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3v2/}
@@ -9,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://id3v2.sourceforge.net/
COMMENT= Command line editor for id3v2 tags
+LICENSE= gnu-lgpl-v2.1
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,6 +18,10 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+post-configure:
+ # clean up inappropriate stuff left in the distribution archive
+ cd ${WRKSRC}; rm -f id3v2 *.o
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/id3v2 ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/id3v2.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1