mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e5beb68903
- Relax gcc requirement to `any' - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES
31 lines
722 B
Makefile
31 lines
722 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= animorph
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Morphing engine for MakeHuman
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig gmake
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= any # otherwise graphics/makehuman won't link
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
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 <bsd.port.mk>
|