897a4bb6af
- Strip library
25 lines
565 B
Makefile
25 lines
565 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phat
|
|
PORTVERSION= 0.4.1
|
|
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
|
|
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>
|