mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
90c924fae7
Approved by: portmgr (blanket)
27 lines
600 B
Makefile
27 lines
600 B
Makefile
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>
|