aboutsummaryrefslogtreecommitdiffstats
path: root/games/xkobo/Makefile
blob: 10e71aa5d3c4f23317fc27fbc797d22efedc3bdf (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
# Created by: jkh
# $FreeBSD$

PORTNAME=   xkobo
PORTVERSION=    1.11
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}  \
        ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
MASTER_SITE_SUBDIR= games

MAINTAINER= will@FreeBSD.org
COMMENT=    Multi-way scrolling shoot 'em up game for X.  Strangely addictive

BROKEN=     Does not build both with gcc and clang

USES=       imake
USE_XORG=   x11 xext
ALL_TARGET= xkobo
MAN1=       xkobo.1

post-install:
    ${CHMOD} u-s,g+s ${PREFIX}/bin/xkobo
    ${CHOWN} root:games ${PREFIX}/bin/xkobo ${PREFIX}/lib/X11/xkobo-scores
    ${CHMOD} 775 ${PREFIX}/lib/X11/xkobo-scores

.include <bsd.port.mk>