b66c21f4af
PR: 21971 Submitted by: Ports Fury
23 lines
414 B
Makefile
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>
|