1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/astro/sextractor/Makefile
Muhammad Moinur Rahman 90c924fae7
astro/sextractor: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-20 23:10:21 +01:00

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>