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/xpat2 | |
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/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index a0fd765ab6fa..af33669f5ad3 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpat2 -# Date created: 5 March 1997 -# Whom: Matthew Hunt <mph@pobox.com> -# +# Created by: Matthew Hunt <mph@pobox.com> # $FreeBSD$ -# PORTNAME= xpat2 PORTVERSION= 1.07 @@ -15,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 solitaire game with 14 variations +COMMENT= X11 solitaire game with 14 variations -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN6= xpat2.6 MANCOMPRESSED= no |