freebsd-ports/x11-toolkits/gtkextra/Makefile
Alexey Dokuchaev dd42ab59f8 - Resurrect `x11-toolkits/gtkextra2' and update to version 3.3.4
- 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
2019-03-08 14:38:42 +00:00

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>