From d1dfc3f3ce39ff4909681cf75b234a65079a0fd3 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 17 Sep 2000 22:30:36 +0000 Subject: Add nsf (unversioned - but I put 1.0), NAKAMURA Kazushi's shell form input. PR: 21235 Submitted by: NAKAMURA Kazushi --- misc/nsf/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 misc/nsf/Makefile (limited to 'misc/nsf/Makefile') diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile new file mode 100644 index 00000000000..d20d5f660f8 --- /dev/null +++ b/misc/nsf/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: nsf +# Date created: 2000/09/09 +# Whom: kaz +# +# $FreeBSD$ +# + +PORTNAME= nsf +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will + +MAINTAINER= kaz@kobe1995.net + +WRKSRC= ${WRKDIR} +MAN1= nsf.1 +MANCOMPRESSED= yes +ALL_TARGET= + +post-install: + ${INSTALL_DATA} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/ + ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1} + +.include -- cgit