mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
789 B
Makefile
34 lines
789 B
Makefile
# New ports collection makefile for: xkobo
|
|
# Date created: 18 Jul 1995
|
|
# Whom: 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
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
ALL_TARGET= xkobo
|
|
MAN1= xkobo.1
|
|
|
|
post-configure:
|
|
${REINPLACE_CMD} -E -e 's,^.* CC = .*$$, CC=${CC},' \
|
|
-e 's,^.* CXX = .*$$, CXX=${CXX},' ${WRKSRC}/Makefile
|
|
|
|
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>
|