mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Stagify - Strip libraries
This commit is contained in:
parent
217a3cf99c
commit
19d298bb32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364199
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user