8a609be531
PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
32 lines
750 B
Makefile
32 lines
750 B
Makefile
# 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
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.midimountain.com/download/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
.for file in midimountain.conf main.cpp
|
|
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/midimountain/${file}
|
|
.endfor
|
|
.for dir in pixmaps languages
|
|
${REINPLACE_CMD} -e "s, ${dir}/, ${DATADIR}/${dir}/,g" ${WRKSRC}/midimountain/${dir}/Makefile.in
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|