summaryrefslogtreecommitdiff
path: root/devel/tcllib/Makefile
blob: 02b3a6016150e7eeb28ee4ac9ee675b5977b60c1 (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
31
32
33
34
35
36
37
38
# New ports collection makefile for: 	tcllib
# Date created:				27 Apr 2000
# Whom:					Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=		tcllib
PORTVERSION=		0.8
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_TCLTK}
MASTER_SITE_SUBDIR=	tcllib
DISTNAME=		${PORTNAME}${PORTVERSION}
EXTRACT_ONLY=

MAINTAINER=	mi@aldan.algebra.com

NO_BUILD=	YES

PLIST_SUB+=	PORTVERSION=${PORTVERSION}

MANN=	counter.n ftpd.n graph.n html.n javascript.n math.n \
	ncgi.n nntp.n pop3.n profiler.n queue.n stack.n textutil.n \
	tree.n uri.n
MANCOMPRESSED=	no

do-install:
	${TAR} -xpz --exclude "${PORTNAME}${PORTVERSION}/[RI]*" \
		--exclude install.sh \
		-C ${LOCALBASE}/lib -f ${DISTDIR}/${DISTFILES}
	${MV} `find ${LOCALBASE}/lib/${PORTNAME}${PORTVERSION} \
			-type f -name '*.n'` \
		${LOCALBASE}/man/mann/

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>