diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-18 19:48:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-18 19:48:20 +0000 |
commit | 013a99fe9da03bb4f0ad631cfc54af1edbc01db6 (patch) | |
tree | ded66ff4dc09d55ded7d88c9e2c07042438b9123 /games/xmines/Makefile | |
parent | c1099a544af87db64aaac4158d36aaf36aba8fae (diff) | |
download | ports-013a99fe9da03bb4f0ad631cfc54af1edbc01db6.tar.gz ports-013a99fe9da03bb4f0ad631cfc54af1edbc01db6.zip |
Notes
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> |