1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/astro/jday/Makefile
Dmitry Marakasov 7f6292cd00 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 19:33:22 +00:00

24 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= jday
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomical Julian date calculator
USES= pathfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
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 \
man/man1/jday.1.gz
.include <bsd.port.mk>