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/lupe/Makefile | |
parent | 94fe14f80fd1d426a22eaf8515a571a099884129 (diff) |
Notes
Diffstat (limited to 'x11/lupe/Makefile')
-rw-r--r-- | x11/lupe/Makefile | 18 |
1 files changed, 18 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> |