diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-07 00:06:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-07 00:06:22 +0800 |
commit | 494d6f2313c13fc10b7d519925f6ff65578612fa (patch) | |
tree | ae2eacf3ffeacc9f68a35da3d46e1eea7f5117d4 /science | |
parent | 4bdf4a69b5d756b77ef4c6bf3f5c0859e6fba3ef (diff) | |
download | freebsd-ports-gnome-494d6f2313c13fc10b7d519925f6ff65578612fa.tar.gz freebsd-ports-gnome-494d6f2313c13fc10b7d519925f6ff65578612fa.tar.zst freebsd-ports-gnome-494d6f2313c13fc10b7d519925f6ff65578612fa.zip |
- Switch to USES=libtool, drop .la files
- Stagify
- Strip libraries
Diffstat (limited to 'science')
-rw-r--r-- | science/libghemical/Makefile | 8 | ||||
-rw-r--r-- | science/libghemical/pkg-plist | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index a21b36f379a0..8758d43a390c 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -3,11 +3,11 @@ PORTNAME= libghemical PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current - + MAINTAINER= ports@FreeBSD.org COMMENT= Support libraries of science/ghemical port @@ -17,7 +17,7 @@ BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \ LIB_DEPENDS+= libmpqc.so:${PORTSDIR}/science/mpqc \ libf2c.so:${PORTSDIR}/lang/f2c -USES= fortran gettext gmake pathfix pkgconfig +USES= fortran gettext gmake pathfix pkgconfig libtool USE_GL= gl GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -26,6 +26,6 @@ CONFIGURE_ARGS+= --enable-mpqc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}" +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/libghemical/pkg-plist b/science/libghemical/pkg-plist index 91c1ece8d110..ea89ef59fc04 100644 --- a/science/libghemical/pkg-plist +++ b/science/libghemical/pkg-plist @@ -37,9 +37,9 @@ include/ghemical/typerule.h include/ghemical/utility.h include/ghemical/v3d.h @dirrm include/ghemical +lib/libghemical.so.5.0.1 lib/libghemical.so.5 lib/libghemical.so -lib/libghemical.la lib/libghemical.a libdata/pkgconfig/libghemical.pc share/libghemical/%%LIBGHEMICAL_VERSION%%/amber/all_amino94_MOD.in |