opnsense-ports/astro/jday/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= jday
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
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>