2005-10-09 00:54:23 +00:00
|
|
|
# New ports collection makefile for: geki3
|
|
|
|
# Date created: 9 October 2005
|
|
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= geki3
|
|
|
|
PORTVERSION= 1.0.3
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://kxl.hn.org/download/
|
|
|
|
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
COMMENT= 2D horizontal scroll shooting game
|
|
|
|
|
2005-10-12 06:02:43 +00:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/devel/kxl
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl
|
2005-10-09 00:54:23 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|