mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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 changed files with 7 additions and 10 deletions
|
@ -1,9 +1,5 @@
|
|||
# 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
|
||||
PORTVERSION= 2.5.0
|
||||
|
@ -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…
Add table
Reference in a new issue