b3c31d70c1
PR: ports/98677 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
19 lines
436 B
Makefile
19 lines
436 B
Makefile
# New ports collection makefile for: fpc-tcl
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -tcl
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal interface to the tcl/tk interpreter
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|