2002-02-20 13:19:24 +00:00
|
|
|
# New ports collection makefile for: grande
|
|
|
|
# Date created: 20 Feb 2002
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grande
|
|
|
|
PORTVERSION= 0.5
|
2004-01-30 22:47:30 +00:00
|
|
|
PORTREVISION= 1
|
2002-02-20 13:19:24 +00:00
|
|
|
CATEGORIES= games
|
2003-03-05 16:30:44 +00:00
|
|
|
MASTER_SITES= http://kxl.hn.org/download/
|
2002-02-20 13:19:24 +00:00
|
|
|
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
|
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-05 16:30:44 +00:00
|
|
|
COMMENT= A Zanac type game
|
2002-02-20 13:19:24 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/games/kxl
|
|
|
|
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-11-27 14:28:55 +00:00
|
|
|
USE_AUTOCONF_VER= 253
|
2002-02-20 13:19:24 +00:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/${PORTNAME}/score
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|