1999-08-18 19:48:20 +00:00
|
|
|
# New ports collection makefile for: xmines
|
|
|
|
# Date created: 18 August 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1999-08-18 19:48:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xmines
|
|
|
|
PORTVERSION= 1.0
|
1999-08-18 19:48:20 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= games/strategy
|
2000-04-14 12:28:40 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
1999-08-18 19:48:20 +00:00
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-08-18 19:48:20 +00:00
|
|
|
|
|
|
|
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>
|