1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/textproc/align/Makefile

29 lines
540 B
Makefile
Raw Normal View History

# Created by: ijliao
2001-10-30 01:37:02 +00:00
# $FreeBSD$
PORTNAME= align
PORTVERSION= 1.7.3
2001-10-30 01:37:02 +00:00
CATEGORIES= textproc
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ \
http://bitrote.org/distfiles/
2001-10-30 01:37:02 +00:00
MAINTAINER= jharris@widomaker.com
2003-02-20 19:21:36 +00:00
COMMENT= Text column alignment filter
2001-10-30 01:37:02 +00:00
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
2001-10-30 01:37:02 +00:00
.include <bsd.port.mk>