summaryrefslogtreecommitdiffstats
path: root/graphics/goocanvas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/goocanvas/Makefile')
-rw-r--r--graphics/goocanvas/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile
deleted file mode 100644
index fa2cbfa0e..000000000
--- a/graphics/goocanvas/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: goocanvas
-# Date created: 2006-09-20
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= goocanvas
-PORTVERSION= 0.4
-CATEGORIES= graphics
-MASTER_SITES= SOURCEFORGE
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= Canvas widget for GTK+
-
-USE_GNOME= gtk20 gnomehack
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>