mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
b6995ca223
Whitespace fixes too. PR: ports/173819 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout
29 lines
586 B
Makefile
29 lines
586 B
Makefile
# Created by: Mathias Monnerville <mathias@monnerville.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sextractor
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/ \
|
|
http://download.gna.org/kanicule/freebsd/distfiles/
|
|
|
|
MAINTAINER= mathias@monnerville.com
|
|
COMMENT= Catalogue of objects builder from astronomical images
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= sex.1
|
|
MANX= sex.x
|
|
|
|
OPTIONS_DEFINE= STATIC
|
|
OPTIONS_DEFAULT= STATIC
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PORT_OPTIONS:MSTATIC}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|