mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# Created by: Aaron Straup Cope
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= print-n-times
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://aaronland.info/xsl/string/print-n-times/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Print a string (n) times
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/string
|
|
${INSTALL_DATA} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/string
|
|
|
|
.include <bsd.port.mk>
|