diff options
author | mellon <mellon@pkgsrc.org> | 1999-12-17 14:56:28 +0000 |
---|---|---|
committer | mellon <mellon@pkgsrc.org> | 1999-12-17 14:56:28 +0000 |
commit | 9a5678e687875d28df9c872bd45618e0dd09840e (patch) | |
tree | 37be9a2e6e8c9fd6dc71091849b6e702d53d53ad /x11/rep-gtk | |
parent | b95906a31807e467222f072f38781af5a8aa606e (diff) | |
download | pkgsrc-9a5678e687875d28df9c872bd45618e0dd09840e.tar.gz |
librep bindings for gtk - required by sawmill
Diffstat (limited to 'x11/rep-gtk')
-rw-r--r-- | x11/rep-gtk/Makefile | 19 | ||||
-rw-r--r-- | x11/rep-gtk/files/md5 | 3 | ||||
-rw-r--r-- | x11/rep-gtk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/rep-gtk/pkg/DESCR | 1 | ||||
-rw-r--r-- | x11/rep-gtk/pkg/PLIST | 4 |
5 files changed, 28 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" diff --git a/x11/rep-gtk/files/md5 b/x11/rep-gtk/files/md5 new file mode 100644 index 00000000000..a4bafd7de2b --- /dev/null +++ b/x11/rep-gtk/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/17 14:56:28 mellon Exp $ + +MD5 (rep-gtk-0.7.tar.gz) = f3e774339ccf40ee973c350083bb2a55 diff --git a/x11/rep-gtk/pkg/COMMENT b/x11/rep-gtk/pkg/COMMENT new file mode 100644 index 00000000000..98c3afd7af8 --- /dev/null +++ b/x11/rep-gtk/pkg/COMMENT @@ -0,0 +1 @@ +librep bindings for gtk (used by sawmill) diff --git a/x11/rep-gtk/pkg/DESCR b/x11/rep-gtk/pkg/DESCR new file mode 100644 index 00000000000..98c3afd7af8 --- /dev/null +++ b/x11/rep-gtk/pkg/DESCR @@ -0,0 +1 @@ +librep bindings for gtk (used by sawmill) diff --git a/x11/rep-gtk/pkg/PLIST b/x11/rep-gtk/pkg/PLIST new file mode 100644 index 00000000000..2201eaee396 --- /dev/null +++ b/x11/rep-gtk/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/17 14:56:28 mellon Exp $ +@comment rep/ and rep/xxx--netbsd/ are required by librep. +libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgtk.la +libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgtk.a |