diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-23 21:36:03 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-23 21:36:03 +0000 |
commit | 1e76f7e29b9caf7a17832d3d76ed757b7539c338 (patch) | |
tree | 08fe829b2c1a625724bb1a31f55873bb3b483fe7 /audio/musicpd | |
parent | c5711273ca90d11c1d1ee3f2ef7b2c6d4bc36e2a (diff) | |
download | ports-1e76f7e29b9caf7a17832d3d76ed757b7539c338.tar.gz ports-1e76f7e29b9caf7a17832d3d76ed757b7539c338.zip |
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 17 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 2 |
2 files changed, 7 insertions, 12 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index f2c831f76928..87822ac82f88 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= musicpd -PORTVERSION= 0.9.3 -PORTREVISION= 2 +PORTVERSION= 0.9.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +21,11 @@ LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \ GNU_CONFIGURE= yes PKGMESSAGE= ${WRKDIR}/pkg-message +OPTIONS= FLAC "Support for FLAC Audio" on \ + VORBIS "Support for OGG Vorbis Audio" on \ + WAV "Support for WAV Audio" on \ + ICONV "Support for international characters" on + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500038 @@ -73,15 +77,6 @@ SED_SCRIPT+= -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%RC_SUFX%%,${RC_SUFX},g' PLIST_SUB+= RC_SUFX=${RC_SUFX} -pre-everything:: - @${ECHO_CMD} "You can build ${PKGNAME} with the following options:" - @${ECHO_CMD} - @${ECHO_CMD} "WITHOUT_VORBIS Disable Ogg Vorbis support" - @${ECHO_CMD} "WITHOUT_FLAC Disable FLAC support" - @${ECHO_CMD} "WITHOUT_WAV Disable libao support" - @${ECHO_CMD} "WITHOUT_ICONV Disable international chars support" - @${ECHO_CMD} - post-build: @${SED} ${SED_SCRIPT} ${FILESDIR}/musicpd.sh >${WRKDIR}/musicpd.sh @${SED} ${SED_SCRIPT} ${MASTERDIR}/pkg-message >${PKGMESSAGE} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index efba0230352f..729ef5e61e21 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1 +1 @@ -MD5 (mpd-0.9.3.tar.gz) = c27310fad56548fab37b24eec1ec6ce8 +MD5 (mpd-0.9.4.tar.gz) = 64e1e011b9d0f69db25cc6a104c59c90 |