aboutsummaryrefslogtreecommitdiffstats
path: root/games/xoids/Makefile
blob: 246ec63ef05096e95a3ca821c58455f407e50943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

BROKEN_armv6=       dumps core: Unknown addressing mode for CP reference!
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>