blob: 53caad09fec3d5518dce298a580133e71bb11803 (
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
|
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= phat
PORTVERSION= 0.4.1
PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= phat
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of GTK+ widgets geared toward pro-audio apps
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= pathfix
USE_GNOME= gtk20 libgnomecanvas gnomehack
USE_LDCONFIG= yes
USE_PKGCONFIG= build
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
-e 's|-Werror||g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|