6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
634 B
Makefile
27 lines
634 B
Makefile
# New ports collection makefile for: specimen
|
|
# Date created: 2007-03-06
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= specimen
|
|
DISTVERSION= 0.5.2-rc3
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://zhevny.com/specimen/files/
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= MIDI controllable audio sampler
|
|
|
|
LIB_DEPENDS= phat.0:${PORTSDIR}/x11-toolkits/phat \
|
|
jack.0:${PORTSDIR}/audio/jack \
|
|
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
|
sndfile.1:${PORTSDIR}/audio/libsndfile \
|
|
lash.2:${PORTSDIR}/audio/lash
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= libxml2 libgnomecanvas
|
|
|
|
.include <bsd.port.mk>
|