2012-12-18 03:42:33 +00:00
|
|
|
# Created by: Mathias Monnerville <mathias@monnerville.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sextractor
|
2008-04-29 21:36:13 +00:00
|
|
|
PORTVERSION= 2.5.0
|
2012-12-18 03:42:33 +00:00
|
|
|
CATEGORIES= astro
|
2008-04-29 21:36:13 +00:00
|
|
|
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
|
2013-08-30 01:15:20 +00:00
|
|
|
USES= gmake
|
2013-09-20 13:14:04 +00:00
|
|
|
NO_STAGE= yes
|
2008-04-29 21:36:13 +00:00
|
|
|
|
|
|
|
MAN1= sex.1
|
|
|
|
MANX= sex.x
|
|
|
|
|
2012-12-18 03:42:33 +00:00
|
|
|
OPTIONS_DEFINE= STATIC
|
|
|
|
OPTIONS_DEFAULT= STATIC
|
2008-04-29 21:36:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-12-18 03:42:33 +00:00
|
|
|
.if ${PORT_OPTIONS:MSTATIC}
|
2008-04-29 21:36:13 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|