diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-02-08 00:07:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-02-08 00:07:49 +0000 |
commit | 1437004df76e8d2646f174b6ad8a15f7106a1453 (patch) | |
tree | be0bf3ce503f6b5eab790363f7ddf1c3383541d1 /games/tomatoes/Makefile | |
parent | ddfb449d820578e9262fd50b1aa2ee9f1305445e (diff) | |
download | ports-1437004df76e8d2646f174b6ad8a15f7106a1453.tar.gz ports-1437004df76e8d2646f174b6ad8a15f7106a1453.zip |
Add I Have No Tomatoes.
I Have No Tomatoes is an extreme leisure time activity idea of which culminates
in the following question: How many tomatoes can you smash in ten short
minutes? If you have the time to spare, this game has the vegetables just
waiting to be eliminated!
WWW: http://tomatoes.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=128248
Diffstat (limited to 'games/tomatoes/Makefile')
-rw-r--r-- | games/tomatoes/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile new file mode 100644 index 000000000000..3f298ec2367b --- /dev/null +++ b/games/tomatoes/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: tomatoes +# Date created: 2005 07 Feb +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= tomatoes +PORTVERSION= 1.5 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${PORTNAME}-linux-src-${PORTVERSION}5${EXTRACT_SUFX} \ + ${PORTNAME}-linux-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Tomato-smashing, Q-Bert style + +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/tomatoes-${PORTVERSION}5 +TDATA= ${WRKDIR}/tomatoes-${PORTVERSION} + +USE_X_PREFIX= yes +MAKEFILE= makefile +USE_GMAKE= yes +USE_SDL= mixer image + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${MKDIR} ${DATADIR}/music + ${INSTALL_DATA} ${TDATA}/config.cfg ${DATADIR} + ${INSTALL_DATA} ${TDATA}/tomatoes.mpk ${DATADIR} + +.include <bsd.port.mk> |