diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-19 03:48:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-19 03:48:20 +0800 |
commit | 67a500ff8d751f449bc116a820ac22dabc29809b (patch) | |
tree | ef351b73528730060c9836615c0330df158e008d /games/xmines/Makefile | |
parent | 66d41fce4a384e5e53584ee040669d4537d75a3c (diff) | |
download | freebsd-ports-gnome-67a500ff8d751f449bc116a820ac22dabc29809b.tar.gz freebsd-ports-gnome-67a500ff8d751f449bc116a820ac22dabc29809b.tar.zst freebsd-ports-gnome-67a500ff8d751f449bc116a820ac22dabc29809b.zip |
Imp[ort of xmines.
Xmines is yet another minesweeper-type game for the X
window system.
PR: 13221
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xmines/Makefile')
-rw-r--r-- | games/xmines/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/xmines/Makefile b/games/xmines/Makefile new file mode 100644 index 000000000000..d40c7ef62c3d --- /dev/null +++ b/games/xmines/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xmines +# Version required: 1.0 +# Date created: 18 August 1999 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xmines +PKGNAME= xmines-1.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/strategy + +MAINTAINER= andy@icc.surw.chel.su + +USE_X_PREFIX= yes + +post-install: +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/xmines + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmines +.endif + +.include <bsd.port.mk> |