1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Switch to USES=libtool, drop .la files

- Strip libraries
- Optionize DOCS
This commit is contained in:
Dmitry Marakasov 2014-07-23 22:29:23 +00:00
parent dce86c70a9
commit 87258ae59c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362741
2 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= animorph
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091
@ -12,8 +13,9 @@ COMMENT= Morphing engine for MakeHuman
LICENSE= LGPL21
GNU_CONFIGURE= yes
USES= pkgconfig gmake
USES= pkgconfig gmake libtool
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
USE_GCC= any # otherwise graphics/makehuman won't link
CPPFLAGS+= -I${LOCALBASE}/include
@ -21,7 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
.include <bsd.port.options.mk>
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in

View File

@ -36,8 +36,8 @@ include/animorph/VertexVector.h
include/animorph/util.h
include/animorph/xmlParser.h
lib/libanimorph.a
lib/libanimorph.la
lib/libanimorph.so
lib/libanimorph.so.0
lib/libanimorph.so.0.0.0
libdata/pkgconfig/animorph.pc
@dirrm include/animorph