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/xpacman | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) | |
download | ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.tar.gz ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.zip |
Notes
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 a19e2fb88f6a..8c50bbdc8b4d 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 |