2013-05-23 05:30:30 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2007-04-10 20:54:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= animorph
|
2007-12-18 19:45:34 +01:00
|
|
|
PORTVERSION= 0.3
|
2014-07-24 00:29:23 +02:00
|
|
|
PORTREVISION= 1
|
2007-04-10 20:54:22 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091
|
2007-04-10 20:54:22 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2007-04-10 20:54:22 +02:00
|
|
|
COMMENT= Morphing engine for MakeHuman
|
|
|
|
|
2013-05-23 05:30:30 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2007-04-10 20:54:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-24 00:29:23 +02:00
|
|
|
USES= pkgconfig gmake libtool
|
2007-04-10 20:54:22 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-07-24 00:29:23 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-09-25 01:24:51 +02:00
|
|
|
USE_GCC= any # otherwise graphics/makehuman won't link
|
2007-04-10 20:54:22 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-04-10 20:54:22 +02:00
|
|
|
|
2007-12-18 19:45:34 +01:00
|
|
|
PORTDOCS= *
|
2013-05-23 05:30:30 +02:00
|
|
|
|
2014-07-24 00:29:23 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2007-12-18 19:45:34 +01:00
|
|
|
|
2007-04-10 20:54:22 +02:00
|
|
|
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>
|