aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbl/Makefile
blob: 35ed5e528f8e3a234a08c2449e9d7c917199eb34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xbl
# Date created:     May 25 1997
# Whom:         pgs (original)
#
# $FreeBSD$
#

PORTNAME=   xbl
PORTVERSION=    1.0k
PORTREVISION=   0
CATEGORIES= games
MASTER_SITES=   ftp://ftp710.univ-lyon1.fr/pub/xbl/

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>