mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
599372373f
PR: 92216 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
31 lines
560 B
Makefile
31 lines
560 B
Makefile
# New ports collection makefile for: xbl
|
|
# Date created: May 25 1997
|
|
# Whom: pgs (original)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbl
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/ \
|
|
${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A 3D block-dropping game
|
|
|
|
BUILD_DEPENDS= imake:${X_IMAKE_PORT}
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= xbl.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= "Does not compile on FreeBSD 4.x"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|