aboutsummaryrefslogtreecommitdiff
path: root/astro/jday
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-30 19:33:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-30 19:33:22 +0000
commit7f6292cd00888b36c0038f7c5b54096e5eea4061 (patch)
treefa244eeb223b15a197ebc55c7f0c35e408f75fc6 /astro/jday
parent1eafa827622a69e1ed91998c833f4da8c178b77d (diff)
downloadports-7f6292cd00888b36c0038f7c5b54096e5eea4061.tar.gz
ports-7f6292cd00888b36c0038f7c5b54096e5eea4061.zip
- Switch to USES=libtool, drop .la files
- Strip libraries
Notes
Notes: svn path=/head/; revision=355901
Diffstat (limited to 'astro/jday')
-rw-r--r--astro/jday/Makefile11
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>