freebsd-ports/games/kobodeluxe/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

49 lines
1.2 KiB
Makefile

# New ports collection makefile for: kobodeluxe
# Date created: 12 June 2002
# Whom: Amar Takhar <verm@drunkmonk.net>
#
# $FreeBSD$
#
PORTNAME= kobodeluxe
DISTVERSION= 0.4pre10
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://olofson.net/kobodl/download/ \
http://www.amdmi3.ru/distfiles/
DISTNAME= KoboDeluxe-${DISTVERSION}
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= An SDL port of the scrolling game XKobo
USE_SDL= image sdl
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN6= kobodl.6
SCOREDIR= /var/games/${PORTNAME}
PLIST_SUB= SCOREDIR="${SCOREDIR}"
OPTIONS= OPENGL "OpenGL rendering layer (experimental)" off
.include <bsd.port.pre.mk>
.if defined(WITH_OPENGL)
USE_GL= yes
CONFIGURE_ARGS+= --enable-opengl
.endif
post-patch:
@${REINPLACE_CMD} -e 's|$$(datadir)/games/kobo-deluxe|${DATADIR}|; \
s|$$(prefix)/games/kobo-deluxe/scores|${SCOREDIR}|; \
s|-lSDL$$||; s|SDL/SDL|SDL|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$(datadir)/games/kobo-deluxe|${DATADIR}|' \
${WRKSRC}/data/Makefile.in
post-install:
${CHGRP} games ${PREFIX}/bin/kobodl
${CHMOD} g+s ${PREFIX}/bin/kobodl
${INSTALL} -d -o root -g games -m 775 ${SCOREDIR}
.include <bsd.port.post.mk>