aboutsummaryrefslogtreecommitdiffstats
path: root/astro/jday/Makefile
blob: dca4beea4ca65480655ddbee897637ed920efe09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:   jday
# Date created:                2000-11-27
# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$

PORTNAME=   jday
PORTVERSION=    2.4
CATEGORIES= astro
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= laszlof@FreeBSD.org
COMMENT=    Astronomical julian date calculator

USE_GNOME=  gnomehack
INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

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>