summaryrefslogtreecommitdiff
path: root/audio/id3ed/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-06-10 00:49:15 +0000
committerhubertf <hubertf@pkgsrc.org>1999-06-10 00:49:15 +0000
commit8a49016de0755c7f9cf238ed9384536fbeb4b81e (patch)
tree89b398075ec96642b6a6db5ae99f3ac06f20f764 /audio/id3ed/Makefile
parent02aa4fb9a37931a08749f8e6953967c07d6fe1e6 (diff)
downloadpkgsrc-8a49016de0755c7f9cf238ed9384536fbeb4b81e.tar.gz
Update to V1.7.
Changes: Fixed missing genre entry, now uses autoconf and -i now on the manpage.
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r--audio/id3ed/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
index 022096cda24..67d7651a73b 100644
--- a/audio/id3ed/Makefile
+++ b/audio/id3ed/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1999/06/10 00:49:15 hubertf Exp $
#
-DISTNAME= id3ed-1.6
+DISTNAME= id3ed-1.7
CATEGORIES= audio
MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/
@@ -10,7 +10,12 @@ HOMEPAGE= http://www.azstarnet.com/~donut/programs.html
DEPENDS+= readline-2.2:../../devel/readline
+GNU_CONFIGURE= YES
USE_GMAKE= YES
-WRKSRC= ${WRKDIR}/id3ed
+
+CONFIGURE_ENV+= LIBS="-I${LOCALBASE}/include -L${LOCALBASE}/lib"
+
+post-extract:
+ ${TOUCH} ${WRKSRC}/install.sh
.include "../../mk/bsd.pkg.mk"