1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/align/Makefile
Marcelo Araujo 202ed6e48f Pass maintainership to people that use it.
Feature safe:	yes
2010-02-23 19:10:24 +00:00

25 lines
515 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/
EXTRACT_SUFX= .tgz
MAINTAINER= rfarmer@predatorlabs.net
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>