diff options
author | pooka <pooka@pkgsrc.org> | 2001-03-20 22:29:32 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2001-03-20 22:29:32 +0000 |
commit | 39438f7275fc979c839f25a34c16be64f24c7f8b (patch) | |
tree | fd63fe1fbf165c7c46c0addd19d1077ae0a02286 /x11/xlupe/Makefile | |
parent | 3197a85386dba49d516158a723ad8ed521e83605 (diff) | |
download | pkgsrc-39438f7275fc979c839f25a34c16be64f24c7f8b.tar.gz |
xlupe - a magnifier for X11
supplied by Thomas Runge in pkg/12442
Diffstat (limited to 'x11/xlupe/Makefile')
-rw-r--r-- | x11/xlupe/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile new file mode 100644 index 00000000000..930c7e4a887 --- /dev/null +++ b/x11/xlupe/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 22:29:32 pooka Exp $ +# + +DISTNAME= xlupe-1.1 +CATEGORIES= x11 +MASTER_SITES= http://core.de/~coto/xlupe/ + +MAINTAINER= coto@core.de +HOMEPAGE= http://core.de/~coto/xlupe/ +COMMENT= magnifier for X + +USE_IMAKE= yes +USE_XPM= yes + +.include "../../mk/bsd.pkg.mk" |