mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7f6292cd00
- Strip libraries
24 lines
469 B
Makefile
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>
|