1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/geki3/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
669 B
Makefile

# New ports collection makefile for: geki3
# Date created: 9 October 2005
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= geki3
PORTVERSION= 1.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 horizontal 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>