aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tclgetopts/Makefile
blob: 8b9f53b39c0af1ce24252d7859927e471a802915 (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
30
# New ports collection makefile for:    tcl-getopt
# Date created:             Mar 18, 1999
# Whom:                 mi
#
# $FreeBSD$
#

PORTNAME=   tclGetOpts
PORTVERSION=    1.0
CATEGORIES= devel tcl80 tcl82
MASTER_SITES=   ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ \
        http://www.neosoft.com/tcl/ftparchive/alcatel/code/
DISTNAME=   ${PORTNAME}

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>