diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2003-01-10 02:50:37 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-01-10 02:50:37 +0000 |
commit | 21357e176241506e5ca4a0b36b940e5aa7f058ca (patch) | |
tree | 2f02aacea09b0296c4f7a336b05714b6287577b5 /audio/xmcd/Makefile | |
parent | 249b77d019d33e453072af20b5e1e6717e50bde1 (diff) | |
download | ports-21357e176241506e5ca4a0b36b940e5aa7f058ca.tar.gz ports-21357e176241506e5ca4a0b36b940e5aa7f058ca.zip |
Notes
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index efe8306c6415..22ef97729d48 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -6,16 +6,19 @@ # PORTNAME= xmcd -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= audio -MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.1.1/src/ -DISTNAME= xmcd-3.1.1 +MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.2.0/src/ +DISTNAME= xmcd-3.2.0 MAINTAINER= eischen@vigrid.com +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame + USE_MOTIF= yes USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xmcd-3.1 +WRKSRC= ${WRKDIR}/xmcd-3.2.0 PLIST_SUB+= RELEASE=${OSREL:R} ARCH=${ARCH} MAN1= cda.1 xmcd.1 |