aboutsummaryrefslogtreecommitdiffstats
path: root/misc/nsf/Makefile
blob: 7fb46e0b6958bb0376f54b26939ed116948c5438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
COMMENT=    NAKAMURA's Shell Form input

WRKSRC=     ${WRKDIR}
MAN1=       nsf.1
MANCOMPRESSED=  yes
ALL_TARGET=

post-install:
    ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
    ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}

.include <bsd.port.mk>