freebsd-ports/games/grande/Makefile
Christian Weisgerber 5c213dbfbd Master site and homepage fixes.
PR:		48315
Submitted by:	Dunzi Ma <tadalunch@sources.redhat.com>
Approved by:	maintainer timeout
2003-03-05 16:30:44 +00:00

29 lines
597 B
Makefile

# New ports collection makefile for: grande
# Date created: 20 Feb 2002
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= grande
PORTVERSION= 0.5
CATEGORIES= games
MASTER_SITES= http://kxl.hn.org/download/
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
COMMENT= A Zanac type game
BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/games/kxl
NO_CDROM= Possible copyright infringement
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 253
pre-install:
${MKDIR} ${PREFIX}/share/${PORTNAME}/score
.include <bsd.port.mk>