2016-09-11 15:44:29 +00:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liblcf
|
2017-10-31 14:44:04 +00:00
|
|
|
PORTVERSION= 0.5.3
|
2018-10-23 11:35:03 +00:00
|
|
|
PORTREVISION= 5
|
2016-09-11 15:44:29 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libicui18n.so:devel/icu \
|
|
|
|
libexpat.so:textproc/expat2
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= EasyRPG
|
|
|
|
|
2016-09-20 00:00:29 +00:00
|
|
|
USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig
|
2016-09-11 15:44:29 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS README
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|