Date: Mon, 24 Jun 2013 13:56:08 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321683 - head/graphics/radius-engine Message-ID: <201306241356.r5ODu8KI000844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Jun 24 13:56:07 2013 New Revision: 321683 URL: http://svnweb.freebsd.org/changeset/ports/321683 Log: graphics/radius-engine: minor fixes - Use pathfix instead of manual replace - Trim Makefile header PR: ports/179894 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Modified: head/graphics/radius-engine/Makefile Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Mon Jun 24 13:54:22 2013 (r321682) +++ head/graphics/radius-engine/Makefile Mon Jun 24 13:56:07 2013 (r321683) @@ -1,9 +1,5 @@ -# New Ports collection makefile for: Radius Engine -# Date created: 2012-05-17 -# Whom: nemysis@gmx.ch -# +# Created by: nemysis <nemysis@gmx.ch> # $FreeBSD$ -# PORTNAME= radius-engine PORTVERSION= 1.1 @@ -19,11 +15,12 @@ LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lu png15:${PORTSDIR}/graphics/png \ physfs.1:${PORTSDIR}/devel/physfs +USES= pathfix +USE_SDL= sdl sound +USE_GL= glu GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include -USE_SDL= sdl sound -USE_GL= glu MAKE_JOBS_SAFE= yes PLIST_FILES= include/radius.h \ @@ -34,6 +31,5 @@ PLIST_DIRSTRY= libdata/pkgconfig post-patch: @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|(pkgconfigdir)|{PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306241356.r5ODu8KI000844>