mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
0d946edf55
commit
175165a3fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361254
@ -3,14 +3,16 @@
|
||||
|
||||
PORTNAME= ghmm
|
||||
PORTVERSION= 0.7.0b
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science math
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= General Hidden Markov Model Library in C
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Thu Oct 13 16:30:04 2005
|
||||
+++ ltmain.sh Wed Jul 26 11:29:48 2006
|
||||
@@ -5772,10 +5772,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -38,10 +38,10 @@ include/ghmm/rng.h
|
||||
include/ghmm/mes.h
|
||||
include/ghmm/randvar.h
|
||||
include/ghmm/internal.h
|
||||
lib/libghmm.so.0
|
||||
lib/libghmm.so
|
||||
lib/libghmm.la
|
||||
lib/libghmm.a
|
||||
lib/libghmm.so
|
||||
lib/libghmm.so.0
|
||||
lib/libghmm.so.0.0.7
|
||||
%%DATADIR%%/PHI_001_20.dat
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry include/ghmm
|
||||
|
Loading…
Reference in New Issue
Block a user