Index: head/graphics/animorph/Makefile =================================================================== --- head/graphics/animorph/Makefile (revision 514582) +++ head/graphics/animorph/Makefile (revision 514583) @@ -1,33 +1,32 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= animorph PORTVERSION= 0.3 PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 MAINTAINER= ports@FreeBSD.org COMMENT= Morphing engine for MakeHuman LICENSE= LGPL21 GNU_CONFIGURE= yes USES= pkgconfig gmake libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip -USE_GCC= any # otherwise graphics/makehuman won't link USE_CXXSTD= gnu++98 # The port is not compatible with C++11 and later. CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in .include Index: head/graphics/mhgui/Makefile =================================================================== --- head/graphics/mhgui/Makefile (revision 514582) +++ head/graphics/mhgui/Makefile (revision 514583) @@ -1,37 +1,36 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= mhgui PORTVERSION= 0.2 PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 MAINTAINER= ports@FreeBSD.org COMMENT= GUI widget library for MakeHuman LICENSE= GPLv2 LIB_DEPENDS= libanimorph.so:graphics/animorph \ libpng.so:graphics/png GNU_CONFIGURE= yes 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 LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in .include