aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk82/Makefile
blob: c491ebbd0251f4c982aac8f8942d44ac33abc074 (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:    tk8.0
# Version required: tk8.0
# Date created:     19 August 1997
# Whom:         jkh
#
# $Id: Makefile,v 1.5 1997/10/08 10:48:52 asami Exp $
#

DISTNAME=   tk8.0p1
PKGNAME=    tk-8.0.1
CATEGORIES= x11 tk80
MASTER_SITES=   ftp://ftp.sunlabs.com/pub/tcl/

MAINTAINER= jkh@Freebsd.ORG

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

WRKSRC=     ${WRKDIR}/tk8.0/unix
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-shared
CONFIGURE_ENV=  PORTSDIR=${PORTSDIR}

post-install:
    ${LDCONFIG} -m ${PREFIX}/lib

test:
    cd ${WRKSRC}; make test

.include <bsd.port.mk>