mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# Created by: Mathias Monnerville <mathias@monnerville.com>
|
|
|
|
PORTNAME= sextractor
|
|
PORTVERSION= 2.5.0
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= STATIC
|
|
OPTIONS_DEFAULT= STATIC
|
|
|
|
STATIC_CONFIGURE_ENABLE= static
|
|
|
|
.include <bsd.port.mk>
|