diff options
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r-- | x11/rep-gtk/Makefile | 19 |
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" |