2019-07-12 16:45:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:46:20 sthen Exp $
|
2017-09-09 15:52:02 -04:00
|
|
|
|
|
|
|
# Keep in sync with games/easyrpg
|
|
|
|
COMMENT = library for handling RPG Maker 2000/2003 data
|
|
|
|
CATEGORIES = games x11
|
|
|
|
|
2017-11-03 21:05:55 -04:00
|
|
|
SHARED_LIBS += lcf 1.0 # 1.0
|
2017-09-09 15:52:02 -04:00
|
|
|
|
|
|
|
HOMEPAGE = https://easyrpg.org/
|
|
|
|
|
|
|
|
# GPLv3+
|
2019-07-12 16:45:45 -04:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-09-09 15:52:02 -04:00
|
|
|
|
2017-11-03 21:05:55 -04:00
|
|
|
GH_ACCOUNT = EasyRPG
|
|
|
|
GH_PROJECT = liblcf
|
|
|
|
GH_TAGNAME = 0.5.3
|
2017-09-09 15:52:02 -04:00
|
|
|
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} expat icudata icui18n icuuc m
|
|
|
|
|
|
|
|
COMPILER = base-clang ports-clang ports-gcc
|
|
|
|
|
|
|
|
LIB_DEPENDS = textproc/icu4c
|
|
|
|
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
|
|
AUTOMAKE_VERSION = 1.15
|
2019-05-18 08:13:33 -04:00
|
|
|
CONFIGURE_STYLE = autoreconf
|
2017-09-09 15:52:02 -04:00
|
|
|
USE_LIBTOOL = gnu
|
|
|
|
USE_GMAKE = Yes
|
2019-04-02 05:01:55 -04:00
|
|
|
|
2017-09-09 15:52:02 -04:00
|
|
|
.include <bsd.port.mk>
|