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/xtic | |
parent | Unbreak ocaml-nox11 after PORT_OPTIONS conversion (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/xtic')
-rw-r--r-- | games/xtic/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index de89209ebe4d..768d0b09d3ff 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtic -# Date created: 22 June 1995 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= xtic PORTVERSION= 1.12 @@ -14,9 +10,9 @@ MASTER_SITE_SUBDIR= games DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An X version of a simple but tricky board game +COMMENT= X version of a simple but tricky board game -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= xtic.1 PLIST_FILES= bin/xtic |