diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 09:49:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 09:49:19 +0000 |
commit | 698b62cdfe639b9951b16254c049234acb78f2e5 (patch) | |
tree | 9d319dfe330c15cea1481c79efe3e64ab7b3b661 /audio/mikmod | |
parent | 00ebfcf5455c56ea6bd500ec538beca83b90d95e (diff) |
- Update to 3.2.1
- Add knob to enable color interface
PR: ports/59691
Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org>
Approved by: maintainer
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94913
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 8 | ||||
-rw-r--r-- | audio/mikmod/distinfo | 2 | ||||
-rw-r--r-- | audio/mikmod/pkg-descr | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 0dafc3437c08..bc5606cbf49e 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -6,9 +6,9 @@ # PORTNAME= mikmod -PORTVERSION= 3.1.6 +PORTVERSION= 3.2.1 CATEGORIES= audio -MASTER_SITES= http://www.mikmod.org/files/mikmod/ +MASTER_SITES= http://mikmod.raphnet.net/files/ MAINTAINER= yoshiaki@kt.rim.or.jp COMMENT= Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods @@ -18,6 +18,10 @@ LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod USE_GMAKE= yes GNU_CONFIGURE= yes +.ifdef (WITH_COLOR) +CONFIGURE_ARGS+= --enable-color-interface +.endif + MAN1= mikmod.1 .include <bsd.port.mk> diff --git a/audio/mikmod/distinfo b/audio/mikmod/distinfo index 8facf2eb4207..dbb4277b6574 100644 --- a/audio/mikmod/distinfo +++ b/audio/mikmod/distinfo @@ -1 +1 @@ -MD5 (mikmod-3.1.6.tar.gz) = 71d8142ae3ae27034535913e906b1384 +MD5 (mikmod-3.2.1.tar.gz) = a60c3221ca48aed301f4b62b4741eebe diff --git a/audio/mikmod/pkg-descr b/audio/mikmod/pkg-descr index 03b9c3da1232..0c66c4b4b03c 100644 --- a/audio/mikmod/pkg-descr +++ b/audio/mikmod/pkg-descr @@ -11,4 +11,4 @@ and the loading/saving of playlists. Full source included, use of this library for music/sound effects in your own programs is encouraged! -WWW: http://www.mikmod.org/ +WWW: http://mikmod.raphnet.net/ |