1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/astro/sextractor/Makefile
Baptiste Daroussin 8502f489c6 Support stage
Use options helpers
2014-04-04 19:52:39 +00:00

23 lines
506 B
Makefile

# Created by: Mathias Monnerville <mathias@monnerville.com>
# $FreeBSD$
PORTNAME= sextractor
PORTVERSION= 2.5.0
PORTREVISION= 1
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
OPTIONS_DEFINE= STATIC
OPTIONS_DEFAULT= STATIC
STATIC_CONFIGURE_ENABLE= static
.include <bsd.port.mk>