1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/tdl/Makefile
2001-11-20 23:55:34 +00:00

22 lines
389 B
Makefile

# New ports collection makefile for: tdl
# Date created: 30 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= tdl
PORTVERSION= 1.0
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>