summaryrefslogtreecommitdiff
path: root/games/geki2/Makefile
blob: daaa55906b4042213dce6089cfa6bfa2b27535e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	geki2
# Date created:				9 October 2005
# Whom:					Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#

PORTNAME=	geki2
PORTVERSION=	2.0.3
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	http://kxl.hn.org/download/ \
		http://www.mavetju.org/download/adopted/
DISTNAME=	${PORTNAME}-KXL-${PORTVERSION}

MAINTAINER=	edwin@mavetju.org
COMMENT=	2D length scroll shooting game

BUILD_DEPENDS=	${X11BASE}/include/KXL.h:${PORTSDIR}/devel/kxl
RUN_DEPENDS=	${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl

GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--x-includes=${X11BASE}/include \
		--x-libraries=${X11BASE}/lib

.include <bsd.port.mk>