diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-28 00:28:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-28 00:28:44 +0800 |
commit | 4257105550d407513d51431d7dfc915b0d62cd58 (patch) | |
tree | 6fda261988ba39f06cfecf0ec71a893877f52902 /games | |
parent | 1e21a43f7af09bcf4a3ebf5d7a3ff236cd6ff59a (diff) | |
download | freebsd-ports-gnome-4257105550d407513d51431d7dfc915b0d62cd58.tar.gz freebsd-ports-gnome-4257105550d407513d51431d7dfc915b0d62cd58.tar.zst freebsd-ports-gnome-4257105550d407513d51431d7dfc915b0d62cd58.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'games')
-rw-r--r-- | games/libfov/Makefile | 6 | ||||
-rw-r--r-- | games/libfov/pkg-plist | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games/libfov/Makefile b/games/libfov/Makefile index edad7fce052e..45d3a32a8dff 100644 --- a/games/libfov/Makefile +++ b/games/libfov/Makefile @@ -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 diff --git a/games/libfov/pkg-plist b/games/libfov/pkg-plist index 7bba1ca8a51a..65509985f4c7 100644 --- a/games/libfov/pkg-plist +++ b/games/libfov/pkg-plist @@ -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 |