29 lines
638 B
Makefile
29 lines
638 B
Makefile
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||
|
|
||
|
PORTNAME= gtkextra
|
||
|
PORTVERSION= 3.3.4
|
||
|
CATEGORIES= x11-toolkits
|
||
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}
|
||
|
|
||
|
MAINTAINER= danfe@FreeBSD.org
|
||
|
COMMENT= Useful widget set complementary to GTK+ 2.0
|
||
|
|
||
|
LICENSE= GPLv2+
|
||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||
|
|
||
|
USES= gmake gnome libtool pathfix pkgconfig
|
||
|
USE_GNOME= gtk20
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LDCONFIG= yes
|
||
|
INSTALL_TARGET= install-strip
|
||
|
|
||
|
DOCSDIR= ${PREFIX}/share/gtk-doc/html/${PORTNAME}-${PORTVERSION:R:R}
|
||
|
PORTDOCS= *
|
||
|
|
||
|
OPTIONS_DEFINE= DOCS
|
||
|
|
||
|
post-patch-DOCS-off:
|
||
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in
|
||
|
|
||
|
.include <bsd.port.mk>
|