mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# New ports collection makefile for: otcl
|
|
# Version required: 1.0a4
|
|
# Date created: 23 April 1999
|
|
# Whom: obonilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= otcl-1.0a4
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
|
|
|
|
MAINTAINER= obonilla@fisicc-ufm.edu
|
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic
|
|
|
|
.include <bsd.port.mk>
|