2007-03-06 19:42:29 +01:00
|
|
|
# New ports collection makefile for: phat
|
|
|
|
# Date created: 2007-03-06
|
|
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phat
|
2007-07-04 16:42:54 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2007-03-06 19:42:29 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
|
|
MASTER_SITE_SUBDIR= phat
|
|
|
|
|
2010-10-25 22:09:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-03-06 19:42:29 +01:00
|
|
|
COMMENT= Collection of GTK+ widgets geared toward pro-audio apps
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk20 libgnomecanvas gnomehack
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|