diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 14:50:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 14:50:22 +0000 |
commit | 175165a3fd35797305f61721967ca3dbc7b5417b (patch) | |
tree | 7ef616294206b9ed93b2af42220b0d37269fb78d /science/ghmm | |
parent | 0d946edf55989fd155c61568e930edb21db37428 (diff) |
Notes
Diffstat (limited to 'science/ghmm')
-rw-r--r-- | science/ghmm/Makefile | 4 | ||||
-rw-r--r-- | science/ghmm/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | science/ghmm/pkg-plist | 6 |
3 files changed, 6 insertions, 19 deletions
diff --git a/science/ghmm/Makefile b/science/ghmm/Makefile index d6ec9c96ce1f..14779156c542 100644 --- a/science/ghmm/Makefile +++ b/science/ghmm/Makefile @@ -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 diff --git a/science/ghmm/files/patch-ltmain.sh b/science/ghmm/files/patch-ltmain.sh deleted file mode 100644 index ce8f5d90ce30..000000000000 --- a/science/ghmm/files/patch-ltmain.sh +++ /dev/null @@ -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" diff --git a/science/ghmm/pkg-plist b/science/ghmm/pkg-plist index b2cc34ac9186..ef16c03c928b 100644 --- a/science/ghmm/pkg-plist +++ b/science/ghmm/pkg-plist @@ -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 |