summaryrefslogtreecommitdiff
path: root/x11/rep-gtk/Makefile
diff options
context:
space:
mode:
authormellon <mellon>1999-12-17 14:56:28 +0000
committermellon <mellon>1999-12-17 14:56:28 +0000
commit3e69b29431acb7f02fcfbc52100b767723295ced (patch)
tree37be9a2e6e8c9fd6dc71091849b6e702d53d53ad /x11/rep-gtk/Makefile
parentd97884f51525fdea4aac524f9267db86178fec59 (diff)
downloadpkgsrc-3e69b29431acb7f02fcfbc52100b767723295ced.tar.gz
librep bindings for gtk - required by sawmill
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r--x11/rep-gtk/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile
new file mode 100644
index 00000000000..0f499e79fdb
--- /dev/null
+++ b/x11/rep-gtk/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/17 14:56:28 mellon Exp $
+#
+
+DISTNAME= rep-gtk-0.7
+CATEGORIES= x11 devel
+MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/
+
+MAINTAINER= mellon@isc.org
+HOMEPAGE= http://rep-gtk.sourceforge.net/
+
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= librep-*:../../devel/librep
+DEPENDS+= imlib-*:../../graphics/imlib
+
+USE_X11= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"