diff options
Diffstat (limited to 'misc/reed/Makefile')
-rw-r--r-- | misc/reed/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/reed/Makefile b/misc/reed/Makefile new file mode 100644 index 00000000000..1dd6c82b368 --- /dev/null +++ b/misc/reed/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/02 20:13:28 wiz Exp $ + +DISTNAME= reed-4.6 +CATEGORIES= misc +MASTER_SITES= http://www.sacredchao.net/software/reed/ + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://www.sacredchao.net/software/reed/index.shtml +COMMENT= auto-scrolling file viewer + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES +REPLACE_PERL= scripts/breed scripts/wrap + +.include "../../mk/bsd.pkg.mk" |