summaryrefslogtreecommitdiff
path: root/astro/sextractor
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-12-18 03:42:33 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-12-18 03:42:33 +0000
commitb6995ca22366e21bf261c8242514fa06e16c0de6 (patch)
treed89221baa986d1ed58dd876170eb139d3897d5f6 /astro/sextractor
parentConvert to new options. (diff)
Convert to new options.
Whitespace fixes too. PR: ports/173819 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=309141
Diffstat (limited to 'astro/sextractor')
-rw-r--r--astro/sextractor/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/astro/sextractor/Makefile b/astro/sextractor/Makefile
index 09f25d68c6e3..68b34cb17ac2 100644
--- a/astro/sextractor/Makefile
+++ b/astro/sextractor/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: sextractor
-# Date created: 22 April 2008
-# Whom: Mathias Monnerville <mathias@monnerville.com>
-#
-## $FreeBSD$
-#
-
-PORTNAME= sextractor
+# Created by: Mathias Monnerville <mathias@monnerville.com>
+# $FreeBSD$
+
+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