diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-12-18 03:42:33 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-12-18 03:42:33 +0000 |
commit | b6995ca22366e21bf261c8242514fa06e16c0de6 (patch) | |
tree | d89221baa986d1ed58dd876170eb139d3897d5f6 /astro/sextractor/Makefile | |
parent | 760cc63a9ed1e538a5ca5962605c6ab8d9fdc8af (diff) | |
download | ports-b6995ca22366e21bf261c8242514fa06e16c0de6.tar.gz ports-b6995ca22366e21bf261c8242514fa06e16c0de6.zip |
Notes
Diffstat (limited to 'astro/sextractor/Makefile')
-rw-r--r-- | astro/sextractor/Makefile | 19 |
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 |