diff options
author | joerg <joerg@FreeBSD.org> | 1995-05-03 23:33:09 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-05-03 23:33:09 +0000 |
commit | 2f3ccb3bad6db97e91a5804d029ecd9a267e5806 (patch) | |
tree | 7e125d8c07970d44dbfc22519b47c712da4f6ee9 /games/xonix/Makefile | |
parent | dfe3622a3333b0effcfd4ef4f1d81ad14032a9f5 (diff) | |
download | FreeBSD-ports-2f3ccb3bad6db97e91a5804d029ecd9a267e5806.zip FreeBSD-ports-2f3ccb3bad6db97e91a5804d029ecd9a267e5806.tar.gz |
The game of xonix. Not yet a very complete version, but nice (IMHO).
Submitted by: Torsten Schoenitz
Diffstat (limited to 'games/xonix/Makefile')
-rw-r--r-- | games/xonix/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xonix/Makefile b/games/xonix/Makefile new file mode 100644 index 0000000..7a4c453 --- /dev/null +++ b/games/xonix/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xonix +# Version required: 1.2 +# Date created: 3 May 1995 +# Whom: joerg +# +# $Id$ +# + +WRKSRC= ${WRKDIR}/xonix +DISTNAME= xonix-1.2 +# this game has not yet been published elsewhere +MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ +CATEGORIES+= games + +MAINTAINER= joerg@FreeBSD.org + +LIB_DEPENDS= Xpm\\.:${PORTSDIR}/x11/xpm + +USE_IMAKE= yes + +.include <bsd.port.mk> |