summaryrefslogtreecommitdiff
path: root/x11/rep-gtk/Makefile
diff options
context:
space:
mode:
authormellon <mellon@pkgsrc.org>1999-12-17 14:56:28 +0000
committermellon <mellon@pkgsrc.org>1999-12-17 14:56:28 +0000
commit9a5678e687875d28df9c872bd45618e0dd09840e (patch)
tree37be9a2e6e8c9fd6dc71091849b6e702d53d53ad /x11/rep-gtk/Makefile
parentb95906a31807e467222f072f38781af5a8aa606e (diff)
downloadpkgsrc-9a5678e687875d28df9c872bd45618e0dd09840e.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"