1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xmines/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

26 lines
506 B
Makefile

# New ports collection makefile for: xmines
# Version required: 1.0
# Date created: 18 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= xmines
PKGNAME= xmines-1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= ports@FreeBSD.org
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>