mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
b50f801209
commit
cc8d4beae4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361134
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user