mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
6dac322f0a
commit
71ca4b7b6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355541
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libfov
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -12,10 +13,11 @@ COMMENT= C library for calculating fields of view on low resolution rasters
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_prog_doxygen=no ac_cv_path_SDL_CONFIG=no
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
|
||||
|
@ -1,9 +1,9 @@
|
||||
include/fov/fov.h
|
||||
lib/fov/include/config.h
|
||||
lib/libfov.a
|
||||
lib/libfov.la
|
||||
lib/libfov.so
|
||||
lib/libfov.so.1
|
||||
lib/libfov.so.1.0.2
|
||||
libdata/pkgconfig/libfov.pc
|
||||
@dirrm lib/fov/include
|
||||
@dirrm lib/fov
|
||||
|
Loading…
Reference in New Issue
Block a user