Date: Tue, 18 Dec 2012 03:42:34 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309141 - head/astro/sextractor Message-ID: <201212180342.qBI3gYLe045770@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Tue Dec 18 03:42:33 2012 New Revision: 309141 URL: http://svnweb.freebsd.org/changeset/ports/309141 Log: Convert to new options. Whitespace fixes too. PR: ports/173819 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout Modified: head/astro/sextractor/Makefile (contents, props changed) Modified: head/astro/sextractor/Makefile ============================================================================== --- head/astro/sextractor/Makefile Tue Dec 18 03:16:17 2012 (r309140) +++ head/astro/sextractor/Makefile Tue Dec 18 03:42:33 2012 (r309141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: sextractor -# Date created: 22 April 2008 -# Whom: Mathias Monnerville <mathias@monnerville.com> -# -## $FreeBSD$ -# +# Created by: Mathias Monnerville <mathias@monnerville.com> +# $FreeBSD$ -PORTNAME= sextractor +PORTNAME= sextractor PORTVERSION= 2.5.0 -CATEGORIES= astro +CATEGORIES= astro MASTER_SITES= ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/ \ http://download.gna.org/kanicule/freebsd/distfiles/ @@ -20,11 +16,12 @@ USE_GMAKE= yes MAN1= sex.1 MANX= sex.x -OPTIONS= STATIC "Use static linking" on +OPTIONS_DEFINE= STATIC +OPTIONS_DEFAULT= STATIC .include <bsd.port.pre.mk> -.if defined(WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+= --enable-static .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212180342.qBI3gYLe045770>