mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
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>
|