# New ports collection makefile for: freedroidrpg # Date created: 18 Jul 2005 # Whom: Travis Poppe # # $FreeBSD$ # PORTNAME= freedroidrpg PORTVERSION= 0.9.13.r2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freedroid DISTNAME= ${PORTNAME}-0.9.13-rc2 MAINTAINER= alejandro@varnet.biz COMMENT= Modification of the classical Freedroid engine into an RPG USE_BZIP2= yes USE_REINPLACE= yes USE_GL= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_SDL= mixer image net sdl USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name= MAN6= freedroidRPG.6 .include .if ${OSVERSION} < 500000 BROKEN= "does not compile (missing fenv.h)" .endif .if ${OSVERSION} < 600021 EXTRA_PATCHES= ${FILESDIR}/extra-patch-init.c .endif post-patch: @${REINPLACE_CMD} -e 's#-lSDL # #' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include