aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mikmod/Makefile
blob: c06fba5f5617577421e39238ee50e455f8d2b8cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ports collection makefile for:   mikmod304
# Date created:        16 November 1998
# Whom:                yoshiaki Uchikawa
#
# $FreeBSD$
#

PORTNAME=   mikmod
PORTVERSION=    3.1.6
CATEGORIES= audio
MASTER_SITES=   http://www.mikmod.org/files/mikmod/

MAINTAINER= yoshiaki@kt.rim.or.jp

LIB_DEPENDS=    mikmod.2:${PORTSDIR}/audio/libmikmod

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       mikmod.1

.include <bsd.port.mk>