freebsd-ports/devel/tdl/Makefile
Pete Fritchman cfb5eb6e71 Add a missing manual page to MAN1
Noticed by:	bento
2001-10-05 00:56:26 +00:00

24 lines
406 B
Makefile

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