freebsd-ports/x11-toolkits/tk83/Makefile

36 lines
806 B
Makefile
Raw Normal View History

# New ports collection makefile for: tk8.0
1998-03-02 03:10:01 +01:00
# Version required: 8.1a2
# Date created: 19 August 1997
# Whom: jkh
#
1998-10-03 23:36:15 +02:00
# $Id: Makefile,v 1.15 1998/08/07 23:56:52 asami Exp $
#
1998-03-02 03:10:01 +01:00
DISTNAME= tk8.1a2
PKGNAME= tk-8.1.a2
CATEGORIES= x11-toolkits tk81
1998-07-12 23:07:21 +02:00
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/
MAINTAINER= jseger@FreeBSD.ORG
1998-10-03 23:36:15 +02:00
LIB_DEPENDS= tcl81.1:${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-toolkits/tk80/pkg/INSTALL.wish)
${SH} ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish
.endif
test:
cd ${WRKSRC}; make test
.include <bsd.port.mk>
PKG_ARGS+= -i ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish