1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/xoids/Makefile

31 lines
576 B
Makefile
Raw Normal View History

# New ports collection makefile for: xoids
# Date created: 16 March 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xoids
PORTVERSION= 1.5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:32:26 +00:00
COMMENT= X Window Asteroids style game with full color pixmaps
USE_IMAKE= yes
USE_XPM= yes
MAN6= xoids.6
post-extract:
@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>