1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/align/Makefile
Mathieu Arnold 3e0a2d7508 - Convert to staging
- Add license
- Convert to options helpers

Sponsored by:	Absolight
2014-01-25 22:03:15 +00:00

30 lines
514 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= align
PORTVERSION= 1.7.2
CATEGORIES= textproc
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Text column alignment filter
LICENSE= GPLv2 # (or later)
NO_BUILD= yes
USES= shebangfix perl5
USE_PERL5= run
SHEBANG_FILES= align width
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>