freebsd-ports/lang/fpc-tcl/Makefile
Renato Botelho b3c31d70c1 Add fpc-tcl , free Pascal interface to the tcl/tk interpreter.
PR:		ports/98677
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:05:36 +00:00

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"