diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-13 07:40:24 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-13 07:40:24 +0000 |
commit | ccd663182a68a8be13b1ece705322cae594478da (patch) | |
tree | 7bcd134decf83695e42804d1f676e3ebfff827a4 /x11 | |
parent | 94fe14f80fd1d426a22eaf8515a571a099884129 (diff) | |
download | ports-ccd663182a68a8be13b1ece705322cae594478da.tar.gz ports-ccd663182a68a8be13b1ece705322cae594478da.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lupe/Makefile | 18 | ||||
-rw-r--r-- | x11/lupe/distinfo | 1 | ||||
-rw-r--r-- | x11/lupe/pkg-comment | 1 | ||||
-rw-r--r-- | x11/lupe/pkg-descr | 8 | ||||
-rw-r--r-- | x11/lupe/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile new file mode 100644 index 000000000000..9ded6685c72e --- /dev/null +++ b/x11/lupe/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: lupe +# Version required: 0.07 +# Date created: 19 December 1996 +# Whom: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp> + +DISTNAME= lupe-0.07 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/contrib/misc/ +DISTFILES= lupe007.tar.gz + +MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp + +WRKSRC= $(WRKDIR)/lupe +USE_GMAKE= yes +USE_IMAKE= yes +XMKMF= xmkmf + +.include <bsd.port.mk> diff --git a/x11/lupe/distinfo b/x11/lupe/distinfo new file mode 100644 index 000000000000..cc8b7b04c3c7 --- /dev/null +++ b/x11/lupe/distinfo @@ -0,0 +1 @@ +MD5 (lupe007.tar.gz) = bb2efd9d2b0e82a17038754d5374637b diff --git a/x11/lupe/pkg-comment b/x11/lupe/pkg-comment new file mode 100644 index 000000000000..eed3cba6b25d --- /dev/null +++ b/x11/lupe/pkg-comment @@ -0,0 +1 @@ +Real-time magnifying glass for X11 diff --git a/x11/lupe/pkg-descr b/x11/lupe/pkg-descr new file mode 100644 index 000000000000..6f97cdd89f7d --- /dev/null +++ b/x11/lupe/pkg-descr @@ -0,0 +1,8 @@ +Lupe is a magnifying glass for X Window System. +Lupe is like xmag but it updates the image in real-time +and needs more processor power. + +See man page for details. + +Orignal lupe written by UHD98984@pcvan.or.jp. +This port is done by furusawa@com.cs.osakafu-u.ac.jp. diff --git a/x11/lupe/pkg-plist b/x11/lupe/pkg-plist new file mode 100644 index 000000000000..394e8b149501 --- /dev/null +++ b/x11/lupe/pkg-plist @@ -0,0 +1,2 @@ +bin/lupe +man/man1/lupe.1.gz |