diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 08:38:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 08:38:08 +0000 |
commit | 15ffe0622d4a863686bc7332779238e09aa7df0b (patch) | |
tree | df22fcaf9ddbfb9d45aa2e55f86a2921c6bf70a0 /games/xrick/Makefile | |
parent | Add mifluz 0.23.0, a c++ library to build and query a full text (diff) |
Add xrick 010808, a clone of Rick Dangerous.
PR: 37129
Submitted by: David Siebörger <drs@rucus.ru.ac.za>
Notes
Notes:
svn path=/head/; revision=61797
Diffstat (limited to '')
-rw-r--r-- | games/xrick/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/xrick/Makefile b/games/xrick/Makefile new file mode 100644 index 000000000000..3469416dd483 --- /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 <drs@rucus.ru.ac.za> +# +# $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 <bsd.port.mk> |