1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/align/Makefile
Marcelo Araujo e096f32714 - File was repacked as .tgz
Submitted by:	pointyhat via erwin
2008-02-28 19:50:15 +00:00

25 lines
509 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= 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>