freebsd-ports/games/xbl/Makefile

24 lines
430 B
Makefile
Raw Normal View History

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