1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/math/solitaire/Makefile
2021-04-06 16:31:07 +02:00

32 lines
695 B
Makefile

# Created by: dd
PORTNAME= solitaire
PORTVERSION= 19980817
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= LOCAL/dd
DISTFILES= sol.pl sol-test.txt
MAINTAINER= ports@FreeBSD.org
COMMENT= Reference implementation of the Solitaire encryption algorithm
USES= perl5 shebangfix
SHEBANG_FILES= sol.pl
NO_BUILD= yes
NO_WRKSUBDIR= yes
STRIP=
OPTIONS_DEFINE= DOCS
do-extract:
@${CP} ${DISTDIR}/sol.pl ${DISTDIR}/sol-test.txt ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sol.pl ${STAGEDIR}${PREFIX}/bin/solitaire
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/solitaire
${INSTALL_DATA} ${WRKSRC}/sol.pl ${WRKSRC}/sol-test.txt \
${STAGEDIR}${PREFIX}/share/doc/solitaire
.include <bsd.port.mk>