svn commit: r309141 - head/astro/sextractor

Wesley Shields wxs at FreeBSD.org
Tue Dec 18 03:42:34 UTC 2012


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 at 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 at monnerville.com>
-#
-## $FreeBSD$
-#
+# Created by: Mathias Monnerville <mathias at 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
 


More information about the svn-ports-all mailing list