diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 5fc3cb123e9a3c63505957763df54d27e3918dd4 (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xpacman | |
parent | 26e5b619991a6b291c22c4ea48b25ee14de7f7f6 (diff) | |
download | FreeBSD-ports-5fc3cb123e9a3c63505957763df54d27e3918dd4.zip FreeBSD-ports-5fc3cb123e9a3c63505957763df54d27e3918dd4.tar.gz |
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/xpacman')
-rw-r--r-- | games/xpacman/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index a19e2fb..8c50bbdc 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpacman -# Date created: 19 Aug 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= xpacman PORTVERSION= 1.0 @@ -13,11 +9,11 @@ MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/ DISTNAME= pacman10 MAINTAINER= joerg@FreeBSD.org -COMMENT= An old action game +COMMENT= Old action game NO_WRKSUBDIR= Does not unpack into subdir. USE_ZIP= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= pacman.1 PLIST_FILES= bin/pacman |