1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/xoids/Makefile
Mark Linimon 32d4230d44 Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
2017-12-08 01:46:00 +00:00

33 lines
606 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
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
NOT_FOR_ARCHS= mips64
NOT_FOR_ARCHS_REASON= unknown architecture
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>