diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 05:48:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 05:48:59 +0800 |
commit | 5fc3cb123e9a3c63505957763df54d27e3918dd4 (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xkobo | |
parent | 26e5b619991a6b291c22c4ea48b25ee14de7f7f6 (diff) | |
download | freebsd-ports-gnome-5fc3cb123e9a3c63505957763df54d27e3918dd4.tar.gz freebsd-ports-gnome-5fc3cb123e9a3c63505957763df54d27e3918dd4.tar.zst freebsd-ports-gnome-5fc3cb123e9a3c63505957763df54d27e3918dd4.zip |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
Diffstat (limited to 'games/xkobo')
-rw-r--r-- | games/xkobo/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index 24b6f54aa3c0..10e71aa5d3c4 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xkobo -# Date created: 18 Jul 1995 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= xkobo PORTVERSION= 1.11 @@ -16,15 +12,13 @@ MASTER_SITE_SUBDIR= games MAINTAINER= will@FreeBSD.org COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive -USE_IMAKE= yes +BROKEN= Does not build both with gcc and clang + +USES= imake 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 |