blob: 91c37535ad1bcda242f98bb1cd772e5bd8b84728 (
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
27
28
29
|
# New ports collection makefile for: tcl-getopt
# Version required: 1.0
# Date created: Mar 18, 1999
# Whom: mi
#
# $FreeBSD$
#
DISTNAME= tclGetOpts
PKGNAME= tclGetOpts-1.0
CATEGORIES= devel tcl75 tcl76 tcl80 tcl81
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/devel/
MAINTAINER= mi@aldan.algebra.com
NO_BUILD= YES
MANN= getopt.n typedopts.n
do-install:
${MKDIR} ${PREFIX}/lib/foxGetOpt
${INSTALL_SCRIPT} \
${FILESDIR}/pkgIndex.tcl \
${WRKSRC}/foxTypedOpts.tcl \
${WRKSRC}/foxGetOpt.tcl ${PREFIX}/lib/foxGetOpt/
${INSTALL_MAN} ${WRKSRC}/getopt.n ${WRKSRC}/typedopts.n \
${PREFIX}/man/mann/
.include <bsd.port.mk>
|