From 74e053a103324cf2115ddcaf47b46731ec85fa78 Mon Sep 17 00:00:00 2001 From: fjoe Date: Tue, 10 Jun 2003 09:26:34 +0000 Subject: New port: audio/aube System for sound generation and processing PR: 53125 Submitted by: Kirill Ponomarew --- audio/aube/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 audio/aube/Makefile (limited to 'audio/aube/Makefile') diff --git a/audio/aube/Makefile b/audio/aube/Makefile new file mode 100644 index 000000000000..b72ea6c1d5bf --- /dev/null +++ b/audio/aube/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: aube +# Date created: 09.06.2003 +# Whom: Kirill Ponomarew +# +# $FreeBSD$ +# + +PORTNAME= aube +PORTVERSION= 0.30.2 +CATEGORIES= audio gnome +MASTER_SITES= http://www.metadecks.org/software/aube/download/ + +MAINTAINER= ponomarew@oberon.net +COMMENT= System for sound generation and processing + +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehier gnomehack gtk12 imlib +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= aube.1 + +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure + +.include -- cgit