freebsd-ports/audio/midimountain/Makefile

31 lines
700 B
Makefile
Raw Normal View History

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
PORTVERSION= 0.3.0
2001-08-05 19:05:11 +02:00
CATEGORIES= audio
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
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>