diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-12 05:56:16 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-12 05:56:16 +0000 |
commit | 4ea811cf3dfbba0a3086a40810df57078894fd13 (patch) | |
tree | 0e86c3e0812d0d8cc3df83a8fd79f21bb9afc205 /audio/id3ed/Makefile | |
parent | 86a2538fb98122a13f670174cdafacd128ae573d (diff) | |
download | ports-4ea811cf3dfbba0a3086a40810df57078894fd13.tar.gz ports-4ea811cf3dfbba0a3086a40810df57078894fd13.zip |
upgrade to 1.8
Submitted by: maintainer
PR Number: 12139
Notes
Notes:
svn path=/head/; revision=19438
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r-- | audio/id3ed/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 4f462118cd74..5d691ab20ca2 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,25 +1,23 @@ # New ports collection makefile for: id3ed -# Version required: 1.6 +# Version required: 1.8 # Date created: 05 June 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/11 08:54:58 taoka Exp $ # -DISTNAME= id3ed-1.6 +DISTNAME= id3ed-1.8 CATEGORIES= audio -MASTER_SITES= http://www.treefort.org/~donut/id3ed/ +MASTER_SITES= http://www.treefort.org/~donut/id3ed/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/editors + MAINTAINER= cpiazza@home.net -WRKSRC= ${WRKDIR}/id3ed +GNU_CONFIGURE= yes USE_GMAKE= yes -MAKE_ENV= CXXFLAGS="${CXXFLAGS}" CXX="${CXX}" MAN1= id3ed.1 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${PREFIX}/man/man1 - .include <bsd.port.mk> |