Update games/scummvm to version 1.7.0
[dports.git] / textproc / align / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       align
5 PORTVERSION=    1.7.3
6 CATEGORIES=     textproc
7 MASTER_SITES=   http://www.cs.indiana.edu/~kinzler/align/ \
8                 http://bitrote.org/distfiles/
9
10 MAINTAINER=     jharris@widomaker.com
11 COMMENT=        Text column alignment filter
12
13 LICENSE=        GPLv2 # (or later)
14
15 NO_BUILD=       yes
16
17 USES=           perl5 shebangfix tar:tgz
18 SHEBANG_FILES=  align width
19 USE_PERL5=      run
20
21 PLIST_FILES=    bin/align bin/width
22
23 do-install:
24 .for i in align width
25         (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${STAGEDIR}${PREFIX}/bin)
26 .endfor
27
28 .include <bsd.port.mk>