diff options
author | salo <salo@pkgsrc.org> | 2003-08-22 11:22:01 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-08-22 11:22:01 +0000 |
commit | c323ea64d1faec93fd1b8947d1a49367f0c5a55e (patch) | |
tree | f86dbeb345ae071eba68c08f32d50192049dbc5f /comms/gscmxx/Makefile | |
parent | 8d9c14493bb2142548145c78b5d37d1ac460ad71 (diff) | |
download | pkgsrc-c323ea64d1faec93fd1b8947d1a49367f0c5a55e.tar.gz |
Initial import of gscmxx-0.4.1: Gtk+ frontend for scmxx.
gscmxx is a Gtk+ GUI for scmxx written in perl. You can access your Siemens
mobile phone from your X11 desktop.
Diffstat (limited to 'comms/gscmxx/Makefile')
-rw-r--r-- | comms/gscmxx/Makefile | 21 |
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" |