freebsd-ports/textproc/align/Makefile

25 lines
508 B
Makefile
Raw Normal View History

2001-10-30 02:37:02 +01:00
# ex:ts=8
# New ports collection makefile for: align
# Date created: Oct 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= align
PORTVERSION= 1.7.0
2001-10-30 02:37:02 +01:00
CATEGORIES= textproc
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/
2001-10-30 02:37:02 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Text column alignment filter
2001-10-30 02:37:02 +01:00
USE_PERL5= yes
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/*
2001-10-30 02:37:02 +01:00
.include <bsd.port.mk>