1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/games/grande/Makefile
Kirill Ponomarev f03ed9e0be - Fix plist and bump PORTREVISION
Noticed by:	bento via kris
2004-01-30 22:47:30 +00:00

30 lines
613 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
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://kxl.hn.org/download/
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
MAINTAINER= ports@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>