33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
25 lines
481 B
Makefile
25 lines
481 B
Makefile
# New ports collection makefile for: xpacman
|
|
# Date created: 19 Aug 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpacman
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/
|
|
DISTNAME= pacman10
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= An old action game
|
|
|
|
NO_WRKSUBDIR= Does not unpack into subdir.
|
|
USE_ZIP= yes
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAN1= pacman.1
|
|
PLIST_FILES= bin/pacman
|
|
|
|
.include <bsd.port.mk>
|