1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/games/senso/Makefile
Trevor Johnson 181d57236a Follow master site/home page (requested by kris, found on Freshmeat).
The new site has a new version with minor changes.  It now needs
to be patched for the location of the Python interpreter.
2005-09-23 01:50:17 +00:00

35 lines
706 B
Makefile

# New ports collection makefile for: senso
# Date created: 2002-01-09
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= senso
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.v-i-t.de/mirkos_hp/pub/
EXTRACT_SUFX= .py
MAINTAINER= trevor@FreeBSD.org
COMMENT= Game to challenge short-term memory
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}
do-extract:
${MKDIR} ${WRKDIR}
do-build:
${SED} -e "s:/usr/bin:${PREFIX}/bin:" < ${_DISTDIR}/${DISTFILES} \
> ${WRKDIR}/senso
${ECHO_CMD} "bin/senso" > ${PLIST}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/senso ${PREFIX}/bin/
.include <bsd.port.mk>