diff options
author | wen <wen@FreeBSD.org> | 2014-08-10 23:02:19 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-08-10 23:02:19 +0800 |
commit | a20d8e09830bb844c53b01ada2ee685733a92211 (patch) | |
tree | f20a54c4bf9bd087f675e1ef6ff3e70578f06ca7 /games/xpacman/Makefile | |
parent | d058805290ede629c1d0665c0c0bcc1a9afba5bd (diff) | |
download | freebsd-ports-gnome-a20d8e09830bb844c53b01ada2ee685733a92211.tar.gz freebsd-ports-gnome-a20d8e09830bb844c53b01ada2ee685733a92211.tar.zst freebsd-ports-gnome-a20d8e09830bb844c53b01ada2ee685733a92211.zip |
- Update to 1.002
- Stage support
- Fix build with clang
PR: 192546
Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru>
Diffstat (limited to 'games/xpacman/Makefile')
-rw-r--r-- | games/xpacman/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 72aae3a3e811..1e6828affeda 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= xpacman -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 1.002 CATEGORIES= games MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/ -DISTNAME= pacman10 +DISTNAME= pacman-1_002 MAINTAINER= ports@FreeBSD.org COMMENT= Old action game -NO_WRKSUBDIR= Does not unpack into subdir. -USES= imake zip +LICENSE= GPLv2 + +RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/misc/9x18.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-doublesize +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= x11 xext -MAN1= pacman.1 PLIST_FILES= bin/pacman -NO_STAGE= yes .include <bsd.port.mk> |