mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
30 lines
587 B
Makefile
30 lines
587 B
Makefile
# New ports collection makefile for: tk8.0
|
|
# Version required: 8.1a2
|
|
# Date created: 19 August 1997
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/02/16 15:59:56 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= tk8.1a2
|
|
PKGNAME= tk-8.1.a2
|
|
CATEGORIES= x11 tk81
|
|
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/
|
|
|
|
MAINTAINER= jseger@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/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>
|