summaryrefslogtreecommitdiff
path: root/comms/gscmxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gscmxx/Makefile')
-rw-r--r--comms/gscmxx/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile
new file mode 100644
index 00000000000..f96df2c1b38
--- /dev/null
+++ b/comms/gscmxx/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/22 11:22:01 salo Exp $
+#
+
+DISTNAME= gscmxx-0.4.1
+CATEGORIES= comms x11 perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gscmxx/}
+
+MAINTAINER= salo@NetBSD.org
+HOMEPAGE= http://gscmxx.sourceforge.net/
+COMMENT= Gtk+ frontend for scmxx
+
+DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+DEPENDS+= p5-gtk>=0.7008:../../x11/p5-gtk
+DEPENDS+= p5-Image-Size>=2.92:../../graphics/p5-Image-Size
+DEPENDS+= scmxx>=0.6:../../comms/scmxx
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/gscmxx/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"