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)
28 lines
540 B
Makefile
28 lines
540 B
Makefile
# New ports collection makefile for: xscavenger
|
|
# Date created: 19 Feb 1998
|
|
# Whom: eivind
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xscavenger
|
|
PORTVERSION= 1.4.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.xdr.com/dash/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Lode Runner clone for X11
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAN6= scavenger.6
|
|
|
|
pre-configure:
|
|
@${LN} -sf scavenger.6 ${WRKSRC}/scavenger.man
|
|
@${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|