mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
098834ac95
- Add a mirror to DISTFILES PR: ports/191410 Submitted by: <jharris@widomaker.com>
29 lines
540 B
Makefile
29 lines
540 B
Makefile
# 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>
|