freebsd-ports/games/xkobo/Makefile
Baptiste Daroussin 60ee3e9d02 Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
2013-06-28 21:48:59 +00:00

27 lines
628 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
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>