aboutsummaryrefslogtreecommitdiff
path: root/astro/sextractor/Makefile
blob: 3d97b2168e67a9592f8a1c521779c7f509777c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
USES=		gmake

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>