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/xpanex/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'games/xpanex') diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile index 2869bf6032d0..ed816ebdda5c 100644 --- a/games/xpanex/Makefile +++ b/games/xpanex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpanex -# Date created: 27 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xpanex PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Panex puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xpanex.1 MANCOMPRESSED= no -- cgit