Update astro/jday to version 2.4_1
[dports.git] / astro / jday / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       jday
4 PORTVERSION=    2.4
5 PORTREVISION=   1
6 CATEGORIES=     astro
7 MASTER_SITES=   SF
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Astronomical Julian date calculator
11
12 USES=           pathfix libtool
13 GNU_CONFIGURE=  yes
14 USE_LDCONFIG=   yes
15 INSTALL_TARGET= install-strip
16
17 PLIST_FILES=    bin/dbd bin/j2d bin/jday \
18                 include/jday.h lib/libjday.a \
19                 lib/libjday.so lib/libjday.so.2 \
20                 lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \
21                 man/man1/jday.1.gz
22
23 .include <bsd.port.mk>