blob: b72ea6c1d5bfdfbe7e3bdadf0fb309ea10dc76ac (
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
29
30
31
32
33
|
# New ports collection makefile for: aube
# Date created: 09.06.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $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 <bsd.port.mk>
|