freebsd-ports/graphics/gdtclft/Makefile
Mikhail Teterin 0a8b24017e Although it will compile and link with the older gd-1.8.x, it
will now depend  on the 2.x installed by  the graphics/gd2 port.
Bump up PORTREVISION.
2001-10-23 17:37:09 +00:00

36 lines
800 B
Makefile

# New ports collection makefile for: Gdtclft
# Date Created: 10 February 2000
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= Gdtclft
PORTVERSION= 2.2.5
PORTREVISION= 3
CATEGORIES= graphics tcl${TCL_DVER}
MASTER_SITES= ftp://ftp.graphviz.org/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \
gd:${PORTSDIR}/graphics/gd2
TCL_VER= 8.3
TCL_DVER= ${TCL_VER:S/.//}
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
INSTALL_DATA="${INSTALL_DATA}"
ALL_TARGET= all
MANN= gdtclft.n
post-install:
${INSTALL_MAN} ${WRKSRC}/${MANN} ${PREFIX}/man/mann/
.include <bsd.port.mk>
PLIST_SUB!= ${SETENV} TCL_VER=${TCL_VER} ${MAKE} -f ${MAKEFILE} env