1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/mikmod/Makefile
Pav Lucistnik 698b62cdfe - 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)
2003-12-04 09:49:19 +00:00

28 lines
553 B
Makefile

# ports collection makefile for: mikmod304
# Date created: 16 November 1998
# Whom: yoshiaki Uchikawa
#
# $FreeBSD$
#
PORTNAME= mikmod
PORTVERSION= 3.2.1
CATEGORIES= audio
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
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>