1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/astro/jday/Makefile
Muhammad Moinur Rahman aa2174731f
astro/jday: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-20 23:10:21 +01:00

26 lines
568 B
Makefile

PORTNAME= jday
PORTVERSION= 2.4
PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomical Julian date calculator
WWW= https://jday.sourceforge.net/
USES= pathfix libtool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= netatalk3
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 \
share/man/man1/jday.1.gz
.include <bsd.port.mk>