freebsd-ports/astro/sextractor/Makefile
Martin Wilke 7dcf619b50 SExtractor is a program that builds a catalogue of objects from an
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>
2008-04-29 21:36:13 +00:00

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>