mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
436 B
Makefile
25 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jday
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Astronomical Julian date calculator
|
|
|
|
NO_STAGE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USES= pathfix
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= jday.1
|
|
|
|
PLIST_FILES= bin/jday bin/j2d bin/dbd \
|
|
include/jday.h lib/libjday.a \
|
|
lib/libjday.so lib/libjday.so.2 \
|
|
lib/libjday.la libdata/pkgconfig/jday.pc
|
|
|
|
.include <bsd.port.mk>
|