mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
30 lines
521 B
Makefile
30 lines
521 B
Makefile
COMMENT = graphical manual page viewer using mandoc
|
|
CATEGORIES = sysutils x11
|
|
|
|
GH_ACCOUNT = zigalenarcic
|
|
GH_PROJECT = mangl
|
|
GH_TAGNAME = v1.1.5
|
|
REVISION = 0
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += GL bz2 c freetype glfw m util z
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
LIB_DEPENDS = graphics/glfw
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+4,-guic
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
USE_GMAKE = Yes
|
|
ALL_TARGET = mangl
|
|
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|