diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xcubes | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
Notes
Notes:
svn path=/head/; revision=321991
Diffstat (limited to 'games/xcubes')
-rw-r--r-- | games/xcubes/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile index b361413f0bbe..822ff42a9714 100644 --- a/games/xcubes/Makefile +++ b/games/xcubes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcubes -# Date created: 12 October 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= xcubes PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cube puzzle for X11 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xcubes.1 MANCOMPRESSED= no |