mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Use new LIB_DEPENDS syntax - Don't remove mtree directory Approved by: portmgr blanket
This commit is contained in:
parent
640447f875
commit
856a020448
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353489
@ -19,13 +19,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= harminv.1
|
||||
LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \
|
||||
libblas.so:${PORTSDIR}/math/blas \
|
||||
liblapack.so:${PORTSDIR}/math/lapack
|
||||
|
||||
LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \
|
||||
blas.2:${PORTSDIR}/math/blas \
|
||||
lapack.4:${PORTSDIR}/math/lapack
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
@ -3,4 +3,4 @@ include/harminv.h
|
||||
lib/libharminv.a
|
||||
lib/libharminv.la
|
||||
libdata/pkgconfig/harminv.pc
|
||||
@dirrmtry libdata/pkgconfig
|
||||
man/man1/harminv.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user