aboutsummaryrefslogtreecommitdiff
path: root/textproc/align/Makefile
blob: 47a2b0dce3176da76861bd96f5bf8072ad8b7bd8 (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
25
26
27
28
# Created by: ijliao
# $FreeBSD$

PORTNAME=	align
PORTVERSION=	1.7.3
CATEGORIES=	textproc
MASTER_SITES=	http://www.cs.indiana.edu/~kinzler/align/ \
		http://bitrote.org/distfiles/

MAINTAINER=	jharris@widomaker.com
COMMENT=	Text column alignment filter

LICENSE=	GPLv2 # (or later)

NO_BUILD=	yes

USES=		perl5 shebangfix tar:tgz
SHEBANG_FILES=	align width
USE_PERL5=	run

PLIST_FILES=	bin/align bin/width

do-install:
.for i in align width
	(cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${STAGEDIR}${PREFIX}/bin)
.endfor

.include <bsd.port.mk>