mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
23 lines
418 B
Makefile
23 lines
418 B
Makefile
# New ports collection makefile for: xchomp
|
|
# Date created: 4 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xchomp
|
|
PORTVERSION= pl1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Pac-man-like game under X11
|
|
|
|
PLIST_FILES= bin/xchomp
|
|
WRKSRC= ${WRKDIR}/xchomp
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
|
|
.include <bsd.port.mk>
|