aboutsummaryrefslogtreecommitdiff
path: root/astro/sextractor/Makefile
blob: c5bc98b8f9e768bd4d6da20eb5cb1777e92418ae (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
PORTNAME=	sextractor
PORTVERSION=	2.5.0
PORTREVISION=	3
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
WWW=		http://terapix.iap.fr/soft/sextractor/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		gmake

CONFLICTS_INSTALL=	sex # bin/sex

OPTIONS_DEFINE=	STATIC
OPTIONS_DEFAULT=	STATIC

STATIC_CONFIGURE_ENABLE=	static

.include <bsd.port.mk>