mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
1eafa82762
commit
7f6292cd00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355901
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user