From 5fc3cb123e9a3c63505957763df54d27e3918dd4 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 28 Jun 2013 21:48:59 +0000 Subject: Convert to USES=imake While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng --- games/xkobo/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'games/xkobo') 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 -- cgit