diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 03:33:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 03:33:22 +0800 |
commit | 607c9598d9d75a6df3bbd55c6cb58941f8d33842 (patch) | |
tree | fa244eeb223b15a197ebc55c7f0c35e408f75fc6 /astro | |
parent | e0c4fb02d6369699add39f55fd7c4812fa69b58d (diff) | |
download | freebsd-ports-gnome-607c9598d9d75a6df3bbd55c6cb58941f8d33842.tar.gz freebsd-ports-gnome-607c9598d9d75a6df3bbd55c6cb58941f8d33842.tar.zst freebsd-ports-gnome-607c9598d9d75a6df3bbd55c6cb58941f8d33842.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'astro')
-rw-r--r-- | astro/jday/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile index e2b325ddfb1f..cc96ea31a7a3 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -2,21 +2,22 @@ PORTNAME= jday PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Julian date calculator -USE_AUTOTOOLS= libtool -USES= pathfix -USE_LDCONFIG= yes +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.la lib/libjday.so \ - lib/libjday.so.2 libdata/pkgconfig/jday.pc \ + 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> |