diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-16 13:21:13 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-16 13:21:13 +0000 |
commit | 6bc5b91d3cb886cd76b48c45eb2a3b57372f65ab (patch) | |
tree | 2bc6fb3dbeb922cb1f8c0e1048def364c9e4d8c4 /audio/amp/Makefile | |
parent | 36a01ef794745e2b071af022daf877609073e916 (diff) | |
download | ports-6bc5b91d3cb886cd76b48c45eb2a3b57372f65ab.tar.gz ports-6bc5b91d3cb886cd76b48c45eb2a3b57372f65ab.zip |
Notes
Diffstat (limited to 'audio/amp/Makefile')
-rw-r--r-- | audio/amp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 2ade1f46e04a..21acafb0c3b7 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -6,18 +6,19 @@ # PORTNAME= amp -PORTVERSION= 0.7.6 -PORTREVISION= 1 +PORTVERSION= 0.7.5 +PORTEPOCH= 1 CATEGORIES= audio -#MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ -# the author's site seems dead. -MASTER_SITES= ftp://ftp.clara.net/pub/unix/Audio/ +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/audio/mpeg/amp/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-99 +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Another mp3 player GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_ARGS= CC="${CC}" MAN1= amp.1 PLIST_FILES= bin/amp |