20d0036967
(#) characters on the screen. Can be useful to determine terminal width. WWW: http://www.neelc.org/software/colwide/ PR: 193466 Submitted by: neel@neelc.org
30 lines
592 B
Makefile
30 lines
592 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= colwide
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= http://www.neelc.org/files/colwide/
|
|
EXTRACT_SUFX= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Utility which outputs a number of characters to the screen
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= run
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
SHEBANG_FILES= colwide
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-extract:
|
|
${CP} ${DISTDIR}/colwide-${PORTVERSION} ${WRKDIR}/colwide
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/colwide ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|