diff options
author | tg <tg@FreeBSD.org> | 1997-01-10 07:54:03 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-01-10 07:54:03 +0000 |
commit | 25c494e79ee4af02bb92836a613ee6cc42767cf0 (patch) | |
tree | 95506f5085500bfd0aac3e3666ae789cb58c6da7 /games/xminehunter/Makefile | |
parent | 22204e1afc79ac18b05ed055f51545d2cdfb6090 (diff) | |
download | FreeBSD-ports-25c494e79ee4af02bb92836a613ee6cc42767cf0.zip FreeBSD-ports-25c494e79ee4af02bb92836a613ee6cc42767cf0.tar.gz |
Import of xminehunter, yet another minesweeper game.
Uses Motif, and almost works with the latest lesstif-current.
Diffstat (limited to 'games/xminehunter/Makefile')
-rw-r--r-- | games/xminehunter/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xminehunter/Makefile b/games/xminehunter/Makefile new file mode 100644 index 0000000..0ed5e30 --- /dev/null +++ b/games/xminehunter/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xminehunter +# Version required: 0.3 +# Date created: 09 January 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= xminehunter-0.3 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games/ + +MAINTAINER= tg@FreeBSD.ORG + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +PREFIX= ${X11BASE} +WRKSRC= ${WRKDIR}/xminehunter +REQUIRES_MOTIF= yes +ALL_TARGET= xminehunter + +.include <bsd.port.mk> |