blob: 9246fd11ea1a9ab2972a10dc5579d72207794a82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: gigedit
# Date created: 2008-11-15
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gigedit
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.linuxsampler.org/packages/
MAINTAINER= trasz@FreeBSD.org
COMMENT= An instrument editor for gig files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= gig.9:${PORTSDIR}/audio/libgig \
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|