summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk82/Makefile
blob: 0d9aae32eaa954bfd2fd53ee9ce34ca260bc4d7a (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
# New ports collection makefile for:	tk8.0
# Version required:	8.1a2
# Date created:		19 August 1997
# Whom:			jkh
#
# $Id: Makefile,v 1.13 1998/07/27 21:36:07 hoek Exp $
#

DISTNAME=	tk8.1a2
PKGNAME=	tk-8.1.a2
CATEGORIES=	x11-toolkits tk81
MASTER_SITES=	ftp://ftp.scriptics.com/pub/tcl/tcl8_1/

MAINTAINER=	jseger@FreeBSD.ORG

LIB_DEPENDS=	tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81

NO_LATEST_LINK=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-shared
CONFIGURE_ENV=  PORTSDIR=${PORTSDIR}

post-install:
	${LDCONFIG} -m ${PREFIX}/lib
.if exists(${PORTSDIR}/x11/tk80/pkg/INSTALL.wish)
	${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish
.endif

test:
	cd ${WRKSRC}; make test

.include <bsd.port.mk>

PKG_ARGS+=      -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish