1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/xpacman/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
499 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= xpacman
PORTVERSION= 1.002
CATEGORIES= games
MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/
DISTNAME= pacman-1_002
MAINTAINER= ports@FreeBSD.org
COMMENT= Old action game
LICENSE= GPLv2
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/misc/9x18.pcf.gz:x11-fonts/font-misc-misc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-doublesize
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_XORG= x11 xext
PLIST_FILES= bin/pacman
.include <bsd.port.mk>