1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/tk82/Makefile

30 lines
574 B
Makefile
Raw Normal View History

# New ports collection makefile for: tk8.0
# Version required: tk8.0
# Date created: 19 August 1997
# Whom: jkh
#
1997-12-01 16:51:01 +00:00
# $Id: Makefile,v 1.6 1997/11/26 22:49:14 pst Exp $
#
1997-12-01 16:51:01 +00:00
DISTNAME= tk8.0p2
PKGNAME= tk-8.0.2
CATEGORIES= x11 tk80
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/
MAINTAINER= jkh@Freebsd.ORG
1997-12-01 16:51:01 +00:00
LIB_DEPENDS= tcl80\\.1\\.2:${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>