freebsd-ports/textproc/align/Makefile
Marcelo Araujo d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00

23 lines
490 B
Makefile

# ex:ts=8
# New ports collection makefile for: align
# Date created: Oct 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= align
PORTVERSION= 1.7.1
CATEGORIES= textproc
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/
MAINTAINER= araujo@FreeBSD.org
COMMENT= Text column alignment filter
USE_PERL5= 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}/*
.include <bsd.port.mk>