Date: Wed, 28 Nov 2012 23:58:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307950 - head/devel/pire Message-ID: <201211282358.qASNwogE054308@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 28 23:58:50 2012 New Revision: 307950 URL: http://svnweb.freebsd.org/changeset/ports/307950 Log: - OptionsNG - Trim header - Remove unneeded quotes Feature safe: yes Modified: head/devel/pire/Makefile Modified: head/devel/pire/Makefile ============================================================================== --- head/devel/pire/Makefile Wed Nov 28 23:55:01 2012 (r307949) +++ head/devel/pire/Makefile Wed Nov 28 23:58:50 2012 (r307950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pire -# Date created: 17 Jun 2010 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pire PORTVERSION= 0.0.4 @@ -23,13 +19,14 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes ONLY_FOR_ARCHS= amd64 i386 ia64 -ONLY_FOR_ARCHS_REASON= "not yet ported to big-endian platforms" +ONLY_FOR_ARCHS_REASON= not yet ported to big-endian platforms -OPTIONS= UNITTEST "Compile with unittest support" off +OPTIONS_DEFINE= UNITTEST +OPTIONS_UNITTEST_DESC= Compile with unittest support .include <bsd.port.options.mk> -.if defined(WITH_UNITTEST) || defined(PACKAGE_BUILDING) +.if ${PORT_OPTIONS:MUNITTEST} || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit CONFIGURE_ARGS= --with-cppunit-prefix=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211282358.qASNwogE054308>