diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-18 13:40:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-18 13:40:44 +0000 |
commit | f7757dc3b073e7f13586f04fc1adfffac98bd14f (patch) | |
tree | 072ffe712bdb86e84f57593f4129fa98156df7ce /audio/mikmod/Makefile | |
parent | e9615dc3ee3aeeeceadf8d30a61d0e17af17fe18 (diff) | |
download | ports-f7757dc3b073e7f13586f04fc1adfffac98bd14f.tar.gz ports-f7757dc3b073e7f13586f04fc1adfffac98bd14f.zip |
Notes
Diffstat (limited to 'audio/mikmod/Makefile')
-rw-r--r-- | audio/mikmod/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index e65a2f98ebfb..8c41abf510c4 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -9,9 +9,11 @@ PORTNAME= mikmod PORTVERSION= 3.2.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://mikmod.raphnet.net/files/ +MASTER_SITES= http://mikmod.raphnet.net/files/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod |