freebsd-ports/games/xbl/Makefile
Ade Lovett b66c21f4af SUpport X11BASE properly
PR:		21971
Submitted by:	Ports Fury
2000-10-14 19:46:21 +00:00

23 lines
414 B
Makefile

# New ports collection makefile for: xbl
# Date created: May 25 1997
# Whom: pgs (original)
#
# $FreeBSD$
#
PORTNAME= xbl
PORTVERSION= 1.0j
CATEGORIES= games
MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
MANN= xbl.n
.include <bsd.port.mk>