7dcf619b50
astronomical image. Although it is particularly oriented towards reduction of large scale galaxy-survey data, it performs rather well on moderately crowded star fields. WWW: http://terapix.iap.fr/soft/sextractor/ PR: ports/123046 Submitted by: Mathias Monnerville <mathias at monnerville.com>
31 lines
658 B
Makefile
31 lines
658 B
Makefile
# New ports collection makefile for: sextractor
|
|
# Date created: 22 April 2008
|
|
# Whom: 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= STATIC "Use static linking" on
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_STATIC)
|
|
CONFIGURE_ARGS+= --enable-static
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|