From d93ee734ec16330ff5645b3613d13756b756b235 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 23 Jun 2002 08:38:08 +0000 Subject: Add xrick 010808, a clone of Rick Dangerous. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 37129 Submitted by: David Siebörger --- games/xrick/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 games/xrick/Makefile (limited to 'games/xrick/Makefile') diff --git a/games/xrick/Makefile b/games/xrick/Makefile new file mode 100644 index 00000000000..3469416dd48 --- /dev/null +++ b/games/xrick/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xrick +# Date created: 15 March 2002 +# Whom: David Siebörger +# +# $FreeBSD$ +# + +PORTNAME= xrick +PORTVERSION= 010808 +CATEGORIES= games +MASTER_SITES= http://www.bigorno.net/xrick/ +EXTRACT_SUFX= .tgz + +MAINTAINER= drs@rucus.ru.ac.za + +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 + +WRKSRC= ${WRKDIR}/xrick +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= config +USE_GMAKE= yes + +MAN6= xrick.6 +MANCOMPRESSED= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xrick ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xrick.6.gz ${PREFIX}/man/man6/xrick.6.gz + +.include -- cgit