Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/jday/Makefile
17383 views
PORTNAME=	jday
PORTVERSION=	2.4
PORTREVISION=	1
CATEGORIES=	astro
MASTER_SITES=	SF

MAINTAINER=	[email protected]
COMMENT=	Astronomical Julian date calculator

USES=		pathfix libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

PLIST_FILES=	bin/dbd bin/j2d bin/jday \
		include/jday.h lib/libjday.a \
		lib/libjday.so lib/libjday.so.2 \
		lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \
		man/man1/jday.1.gz

.include <bsd.port.mk>