24b65f5bb5
Approved by: portmgr (blanket)
44 lines
984 B
Makefile
44 lines
984 B
Makefile
PORTNAME= ski
|
|
PORTVERSION= 6.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= games python
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Skiing simulation with curses interface in python
|
|
WWW= http://catb.org/~esr/ski/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= xmlto:textproc/xmlto
|
|
|
|
USES= python:run
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= esr
|
|
GL_TAGNAME= 0b50570a28a99de2ea797f703b104ec03835d24d
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/man/man6/${PORTNAME}.6.gz \
|
|
share/applications/${PORTNAME}.desktop \
|
|
share/appdata/${PORTNAME}.xml \
|
|
share/pixmaps/${PORTNAME}.png
|
|
|
|
PORTDOCS= NEWS README
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|; \
|
|
s|/usr/share/man|${PREFIX}/share/man|; \
|
|
s|/usr/share|${PREFIX}/share|' \
|
|
${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
|
|
${WRKSRC}/${PORTNAME}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|