summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkextra2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkextra2/Makefile')
-rw-r--r--x11-toolkits/gtkextra2/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile
deleted file mode 100644
index 8974a8296..000000000
--- a/x11-toolkits/gtkextra2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: gtkextra
-# Date created: 17 August 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-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>