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