2001-08-05 19:05:11 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: midimountain
|
|
|
|
# Date created: Aug 5, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= midimountain
|
2001-12-15 07:52:45 +01:00
|
|
|
PORTVERSION= 0.3.0
|
2001-08-05 19:05:11 +02:00
|
|
|
CATEGORIES= audio
|
2001-12-15 07:52:45 +01:00
|
|
|
MASTER_SITES= http://www.midimountain.com/download/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
2001-08-05 19:05:11 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
USE_GTK= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2001-12-15 07:52:45 +01:00
|
|
|
post-patch:
|
|
|
|
.for file in midimountain.conf main.cpp
|
|
|
|
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/midimountain/${file}
|
|
|
|
.endfor
|
|
|
|
.for dir in pixmaps languages
|
|
|
|
${PERL} -pi -e "s, ${dir}/, ${DATADIR}/${dir}/,g" ${WRKSRC}/midimountain/${dir}/Makefile.in
|
|
|
|
.endfor
|
|
|
|
|
2001-08-05 19:05:11 +02:00
|
|
|
.include <bsd.port.mk>
|