pkgsrc/devel/fifechan/Makefile
nia 67dc0b786b Add devel/fifechan.
Fifechan is a lightweight cross platform GUI library written in C++ specifically
designed for games. It has a small yet powerful built in set of extendable
GUI Widgets allowing users to create virtually unlimited types of widgets.
2019-08-07 11:44:40 +00:00

27 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/07 11:44:40 nia Exp $
DISTNAME= fifechan-0.1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=fifengine/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://fifengine.github.io/fifechan/
COMMENT= C++ GUI library designed for games
LICENSE= gnu-lgpl-v2.1
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
pre-configure:
${MKDIR} ${WRKSRC}/build
.include "../../devel/SDL2/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/SDL2_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"