freebsd-ports/x11-toolkits/gtkextra2/Makefile

38 lines
856 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkextra
2000-08-17 17:03:32 +02:00
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkextra
PORTVERSION= 2.1.1
PORTREVISION= 9
CATEGORIES= x11-toolkits
MASTER_SITES= SF/scigraphica/GtkExtra/${PORTVERSION}%20Sources
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
2006-05-02 03:21:51 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A useful widget set complementary to GTK+ 2.0
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GNOME= gtk20 gnomehack
USE_GMAKE= yes
USE_LDCONFIG= yes
LATEST_LINK= gtkextra2
DOCSDIR= ${PREFIX}/share/doc/gtkextra2
PORTDOCS= *
post-install:
.if !defined(NOPORTDOCS)
. for d in reference tutorial
cd ${WRKSRC}/docs && \
${FIND} ${d} -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
${FIND} ${d} -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
. endfor
.endif
.include <bsd.port.mk>