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
87258ae59c
commit
5c3bf9d529
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362742
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mhgui
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091
|
||||
|
||||
@ -16,10 +16,11 @@ LIB_DEPENDS= libanimorph.so:${PORTSDIR}/graphics/animorph \
|
||||
libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig gmake
|
||||
USES= pkgconfig gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xi xmu ice sm
|
||||
USE_GL= glut
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_GCC= any # otherwise graphics/makehuman won't link
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
@ -27,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
|
||||
|
@ -24,8 +24,8 @@ include/mhgui/Tooltip.h
|
||||
include/mhgui/Widget.h
|
||||
include/mhgui/Window.h
|
||||
lib/libmhgui.a
|
||||
lib/libmhgui.la
|
||||
lib/libmhgui.so
|
||||
lib/libmhgui.so.0
|
||||
lib/libmhgui.so.0.0.0
|
||||
libdata/pkgconfig/mhgui.pc
|
||||
@dirrm include/mhgui
|
||||
|
Loading…
Reference in New Issue
Block a user