# Created by: Andrey Zakhvatov
# $FreeBSD: tags/RELEASE_11_0_0/games/xoids/Makefile 386312 2015-05-14 10:15:04Z mat $

PORTNAME=	xoids
PORTVERSION=	1.5
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	XCONTRIB/games

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X Window Asteroids style game with full color pixmaps

USES=		imake
USE_XORG=	xpm

PLIST_FILES=	bin/xoids \
		man/man6/xoids.6.gz
PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

post-extract:
	@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
