1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xbl/Makefile
Thomas Gellekum d282ecfcf8 - Update checksum
(version string in html file is corrected)
- Exclude GPL doc from package

PR:		25996
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-23 11:43:19 +00:00

24 lines
430 B
Makefile

# New ports collection makefile for: xbl
# Date created: May 25 1997
# Whom: pgs (original)
#
# $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
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
MANN= xbl.n
.include <bsd.port.mk>