freebsd-ports/games/kobodeluxe/Makefile

53 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: kobodeluxe
# Date created: 12 June 2002
# Whom: Amar Takhar <verm@drunkmonk.net>
#
# $FreeBSD$
#
PORTNAME= kobodeluxe
DISTVERSION= 0.4.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_BZIP2= yes
USE_SDL= image sdl
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--sharedstatedir=${SCOREDIR}
MAN6= kobodl.6
SCOREDIR= /var/games/${PORTNAME}
PLIST_SUB= SCOREDIR="${SCOREDIR}"
DATADIR= ${PREFIX}/share/kobo-deluxe
OPTIONS= OPENGL "OpenGL rendering layer (experimental)" off
2004-03-06 13:17:30 +01:00
.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}
2004-03-06 13:17:30 +01:00
.include <bsd.port.post.mk>