aboutsummaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-12-09 10:03:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-12-09 10:03:02 +0000
commitc5ebaf16417fde3b78ab44c944714739d016c30b (patch)
tree5786f0bdc8d2b9061c2e82fd09d46e97d96abee4 /audio/mikmod
parenta1d5033d524b31f51a057c29f309e8c0fe14bf2a (diff)
downloadports-c5ebaf16417fde3b78ab44c944714739d016c30b.tar.gz
ports-c5ebaf16417fde3b78ab44c944714739d016c30b.zip
Update to 3.2.4
Submitted by: nemysis
Notes
Notes: svn path=/head/; revision=335958
Diffstat (limited to 'audio/mikmod')
-rw-r--r--audio/mikmod/Makefile25
-rw-r--r--audio/mikmod/distinfo4
-rw-r--r--audio/mikmod/pkg-descr2
3 files changed, 15 insertions, 16 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index e687b810afc6..5aeaa4e8ad7e 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= mikmod
-PORTVERSION= 3.2.1
-PORTREVISION= 1
+PORTVERSION= 3.2.4
CATEGORIES= audio
-MASTER_SITES= http://mikmod.raphnet.net/files/ \
+MASTER_SITES= SF \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
@@ -18,20 +17,20 @@ LIB_DEPENDS= mikmod:${PORTSDIR}/audio/libmikmod
USES= gmake
GNU_CONFIGURE= yes
-PLIST_FILES= bin/mikmod man/man1/mikmod.1.gz
+PLIST_FILES= bin/mikmod \
+ man/man1/mikmod.1.gz \
+ %%DATADIR%%/mikmodrc
+PLIST_DIRS= %%DATADIR%%
+PORTDOCS= AUTHORS NEWS README
-PORTSCOUT= skipv:3.3.0
-
-OPTIONS_DEFINE= COLOR
-
-COLOR_DESC= Build with color support
-
-OPTIONS_DEFAULT=COLOR
+OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MCOLOR}
-CONFIGURE_ARGS+= --enable-color-interface
+.if ${PORT_OPTIONS:MDOCS}
+post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/audio/mikmod/distinfo b/audio/mikmod/distinfo
index 2e27307c1bc4..0b3fbef01d83 100644
--- a/audio/mikmod/distinfo
+++ b/audio/mikmod/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mikmod-3.2.1.tar.gz) = cc190145a90070c74932f107e1245892f8f0e58c6184bd0fc6410379aada72b1
-SIZE (mikmod-3.2.1.tar.gz) = 148919
+SHA256 (mikmod-3.2.4.tar.gz) = 55a40dab77ce9cbd2d25a26ac32f9e78fd03c453322742db88227ea13439c81c
+SIZE (mikmod-3.2.4.tar.gz) = 281808
diff --git a/audio/mikmod/pkg-descr b/audio/mikmod/pkg-descr
index 91e695e33969..ab58d1bb6d98 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://mikmod.raphnet.net/
+WWW: http://mikmod.sourceforge.net/