aboutsummaryrefslogblamecommitdiffstats
path: root/audio/midimountain/Makefile
blob: 4278d63355f930607e7f3df2081f91ddbcc03760 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                    
                     
                 
                     
                                                       
                                   
                                 
                              
 
                   
                     
                   
                   
                                       
                                                                                      
                             
                                                                                                        
       
                      
# 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
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://www.midimountain.com/download/ \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    MIDI sequencer

USE_REINPLACE=  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>