aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/align/Makefile
blob: e5e5e1dfcbcdc15a55e6cf3dda3c703345b1437e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>