freebsd-ports/astro/jday/Makefile

24 lines
469 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= jday
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
2012-07-23 16:05:31 +02:00
COMMENT= Astronomical Julian date calculator
USES= pathfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
2013-10-25 16:04:57 +02:00
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 \
2013-10-25 16:04:57 +02:00
man/man1/jday.1.gz
.include <bsd.port.mk>