2013-03-28 04:28:30 +01:00
|
|
|
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
2007-03-06 19:42:29 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phat
|
2007-07-04 16:42:54 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2014-06-30 22:30:34 +02:00
|
|
|
PORTREVISION= 6
|
2007-03-06 19:42:29 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2015-02-22 05:53:14 +01:00
|
|
|
MASTER_SITES= BERLIOS/phat
|
2007-03-06 19:42:29 +01:00
|
|
|
|
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
|
2014-06-30 22:30:34 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
2013-04-23 16:20:25 +02:00
|
|
|
USE_GNOME= gtk20 libgnomecanvas
|
2007-03-06 19:42:29 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-06-30 22:30:34 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
2015-02-22 05:53:14 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-06-30 22:30:34 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2007-03-06 19:42:29 +01:00
|
|
|
|
|
|
|
post-patch:
|
2014-06-30 22:30:34 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
|
2007-03-06 19:42:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|