mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
24 lines
540 B
Makefile
24 lines
540 B
Makefile
# New ports collection makefile for: geki2
|
|
# Date created: 9 October 2005
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geki2
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://kxl.hn.org/download/
|
|
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
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|