freebsd-ports/games/senso/Makefile
Akinori MUSHA bc07afc1c2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:53:27 +00:00

33 lines
614 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://stud.fbi.fh-darmstadt.de/~koenig/pub/
EXTRACT_SUFX= .py
MAINTAINER= trevor@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
NO_BUILD= yes
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}
do-extract:
${MKDIR} ${WRKDIR}
pre-install:
${ECHO_CMD} "bin/senso" > ${PLIST}
do-install:
${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/senso
.include <bsd.port.mk>