summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkextra2/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-26 22:50:33 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-26 22:50:33 +0800
commitbb264c663d909ad60df8d800e77e8b2ffb561339 (patch)
tree6331bf1c6d7e8e62df14fb246ee8be080b5ebdb0 /x11-toolkits/gtkextra2/Makefile
parent80186609a7af3ab41557c6752980726c2550dd53 (diff)
downloadmarcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.tar
marcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.tar.gz
marcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.tar.bz2
marcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.tar.lz
marcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.tar.xz
marcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.tar.zst
marcuscom-ports-bb264c663d909ad60df8d800e77e8b2ffb561339.zip
Fix build with the new gtk.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13039 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkextra2/Makefile')
-rw-r--r--x11-toolkits/gtkextra2/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile
new file mode 100644
index 000000000..5e830f9a5
--- /dev/null
+++ b/x11-toolkits/gtkextra2/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gtkextra
+# Date created: 17 August 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/gtkextra2/Makefile,v 1.32 2009/08/22 00:39:22 amdmi3 Exp $
+#
+
+PORTNAME= gtkextra
+PORTVERSION= 2.1.1
+PORTREVISION= 6
+CATEGORIES= x11-toolkits
+MASTER_SITES= SF/scigraphica/GtkExtra/${PORTVERSION}%20Sources
+DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A useful widget set complementary to GTK+ 2.0
+
+USE_AUTOTOOLS= libtool:22
+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>