dd42ab59f8
- Remove USE_CSTD=gnu89 added in r300414, no longer needed - Set DOCSDIR to the standard location for GTK-related ports - GC `post-install-DOCS-on', port's installation routine is good - Remove no longer needed patches and assume maintainership
29 lines
650 B
Makefile
29 lines
650 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|