2000-08-17 16:59:31 +02:00
|
|
|
# New ports collection makefile for: gtkextra
|
2000-08-17 17:03:32 +02:00
|
|
|
# Date created: 17 August 2000
|
2000-08-17 16:59:31 +02:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkextra
|
2005-10-21 06:33:31 +02:00
|
|
|
PORTVERSION= 2.1.1
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTREVISION= 9
|
2000-08-17 16:59:31 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/scigraphica/GtkExtra/${PORTVERSION}%20Sources
|
2000-08-17 16:59:31 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
|
|
|
|
|
2006-05-02 03:21:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-21 06:33:31 +02:00
|
|
|
COMMENT= A useful widget set complementary to GTK+ 2.0
|
2000-08-17 16:59:31 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2005-10-21 06:33:31 +02:00
|
|
|
USE_GNOME= gtk20 gnomehack
|
2000-08-17 16:59:31 +02:00
|
|
|
USE_GMAKE= yes
|
2006-08-15 03:13:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-08-17 16:59:31 +02:00
|
|
|
|
2005-10-21 06:33:31 +02:00
|
|
|
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
|
|
|
|
|
2000-08-17 16:59:31 +02:00
|
|
|
.include <bsd.port.mk>
|