freebsd-ports/devel/tdl/Makefile
Pete Fritchman b3dcbec380 Update to 1.2.
PR:		40996
Submitted by:	Nicholas Esborn <nick@netdot.net>
2002-08-04 21:45:21 +00:00

21 lines
389 B
Makefile

# New ports collection makefile for: tdl
# Date created: 30 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= tdl
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= http://www.rrbcurnow.freeuk.com/tdl/
MAINTAINER= petef@FreeBSD.org
MAN1= tdl.1
post-patch:
@${PERL} -pi -e 's,/usr/local,${PREFIX},; s,gcc,${CC},; \
s,-O2,${CFLAGS},' ${WRKSRC}/Makefile
.include <bsd.port.mk>