openbsd-ports/games/liblcf/Makefile
2022-03-11 19:04:03 +00:00

29 lines
566 B
Makefile

# Keep in sync with games/easyrpg
COMMENT = library for handling RPG Maker 2000/2003 data
CATEGORIES = games x11
SHARED_LIBS += lcf 1.0 # 1.0
HOMEPAGE = https://easyrpg.org/
# GPLv3+
PERMIT_PACKAGE = Yes
GH_ACCOUNT = EasyRPG
GH_PROJECT = liblcf
GH_TAGNAME = 0.5.3
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
CONFIGURE_STYLE = autoreconf
USE_LIBTOOL = gnu
USE_GMAKE = Yes
.include <bsd.port.mk>