freebsd-ports/x11-toolkits/phat/Makefile

26 lines
565 B
Makefile
Raw Normal View History

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= phat
PORTVERSION= 0.4.1
2014-06-30 22:30:34 +02:00
PORTREVISION= 6
CATEGORIES= x11-toolkits
MASTER_SITES= BERLIOS/phat
MAINTAINER= ports@FreeBSD.org
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
USE_GNOME= gtk20 libgnomecanvas
USE_LDCONFIG= yes
2014-06-30 22:30:34 +02:00
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
INSTALL_TARGET= install-strip
2014-06-30 22:30:34 +02:00
OPTIONS_DEFINE= DOCS
post-patch:
2014-06-30 22:30:34 +02:00
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
.include <bsd.port.mk>