mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
a254e808a0
- Add DOCS option
26 lines
570 B
Makefile
26 lines
570 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= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|