1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11-toolkits/phat/Makefile
Tijl Coosemans 094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00

26 lines
565 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= phat
PORTVERSION= 0.4.1
PORTREVISION= 7
CATEGORIES= x11-toolkits
MASTER_SITES= BERLIOS/phat
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of GTK+ widgets geared toward pro-audio apps
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
USE_GNOME= gtk20 libgnomecanvas
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
.include <bsd.port.mk>