diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-08 22:50:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-08 22:50:22 +0800 |
commit | 1ecad1d68653d81dbd1c6b16ef013a387d8329dd (patch) | |
tree | 7ef616294206b9ed93b2af42220b0d37269fb78d /science | |
parent | 2c34e751e4555266716aea385493280a1f99c664 (diff) | |
download | freebsd-ports-gnome-1ecad1d68653d81dbd1c6b16ef013a387d8329dd.tar.gz freebsd-ports-gnome-1ecad1d68653d81dbd1c6b16ef013a387d8329dd.tar.zst freebsd-ports-gnome-1ecad1d68653d81dbd1c6b16ef013a387d8329dd.zip |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'science')
-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 |