mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Convert to new options.
Whitespace fixes too. PR: ports/173819 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout
This commit is contained in:
parent
760cc63a9e
commit
b6995ca223
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309141
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user