diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-08 05:35:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-08 05:35:34 +0800 |
commit | 289469c5ea6be62ace2e6f93b58b3672922e19a4 (patch) | |
tree | 6094a013ed2614e54ea0ae7aaa877d117b9c7be4 /science/v_sim | |
parent | e10fd88f5828d5c5a672ec71e974a9b9c3caf218 (diff) | |
download | freebsd-ports-gnome-289469c5ea6be62ace2e6f93b58b3672922e19a4.tar.gz freebsd-ports-gnome-289469c5ea6be62ace2e6f93b58b3672922e19a4.tar.zst freebsd-ports-gnome-289469c5ea6be62ace2e6f93b58b3672922e19a4.zip |
- Add USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'science/v_sim')
-rw-r--r-- | science/v_sim/Makefile | 5 | ||||
-rw-r--r-- | science/v_sim/pkg-plist | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 1805a485482c..5da220ab2f26 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,7 +3,7 @@ PORTNAME= v_sim PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ @@ -15,7 +15,7 @@ LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= fortran gmake pkgconfig tar:bzip2 +USES= fortran gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 cairo USE_GL= yes GNU_CONFIGURE= yes @@ -24,6 +24,7 @@ CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS NLS EXAMPLES diff --git a/science/v_sim/pkg-plist b/science/v_sim/pkg-plist index 1c434656437e..e7ef181a118a 100644 --- a/science/v_sim/pkg-plist +++ b/science/v_sim/pkg-plist @@ -1,12 +1,12 @@ bin/v_sim lib/libv_sim-3.a -lib/libv_sim-3.la lib/libv_sim-3.so lib/libv_sim-3.so.7 +lib/libv_sim-3.so.7.0.0 %%BABEL%%lib/v_sim/plug-ins/libobloader.a -%%BABEL%%lib/v_sim/plug-ins/libobloader.la %%BABEL%%lib/v_sim/plug-ins/libobloader.so %%BABEL%%lib/v_sim/plug-ins/libobloader.so.7 +%%BABEL%%lib/v_sim/plug-ins/libobloader.so.7.0.0 %%PORTDOCS%%man/man1/v_sim.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.en %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.fr |