mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix plist [1]
- Fix xmdump. Reported by: pointyhat via Kris [1]
This commit is contained in:
parent
baa44e3501
commit
70668bfbc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154049
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= med
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= french cad converters
|
||||
MASTER_SITES= http://www.code-aster.org/FICHIERS/
|
||||
DISTNAME= ${PORTNAME}_fichier${PORTVERSION}.src
|
||||
@ -16,6 +17,7 @@ COMMENT= Mod
|
||||
|
||||
BUILD_DEPENDS= wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER}
|
||||
LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5
|
||||
RUN_DEPENDS= wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER}
|
||||
|
||||
TK_VER?= 8.4
|
||||
SHORT_TK_VER= ${TK_VER:S/.//}
|
||||
@ -23,7 +25,7 @@ SHORT_TK_VER= ${TK_VER:S/.//}
|
||||
#CONFIGURE_ARGS= --disable-shared
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= HDF5HOME=${LOCALBASE} CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${PTHREAD_LIBS}"
|
||||
LDFLAGS="${PTHREAD_LIBS}" WISH=${LOCALBASE}/bin/wish${TK_VER}
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -4,6 +4,7 @@ bin/medimport
|
||||
bin/xmdump
|
||||
include/med.h
|
||||
include/med.hf
|
||||
include/med/med_config.h
|
||||
include/med_hdfi.h
|
||||
include/med_misc.h
|
||||
include/med_outils.h
|
||||
@ -305,4 +306,5 @@ lib/libmedC.so.1
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%EXAMPLESDIR%%/testf
|
||||
@dirrm %%EXAMPLESDIR%%/testc
|
||||
@dirrm include/med
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user