1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/astro/jday/Makefile
Sam Lawrance cfe7d69a65 Update to 2.4.
Submitter takes maintainership.

PR:		ports/96061
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-05-15 07:37:25 +00:00

29 lines
699 B
Makefile

# 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@vonostingroup.com
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>