ports/textproc/halibut/Makefile

22 lines
425 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = yet another free document preparation system
DISTNAME = halibut-1.3
CATEGORIES = textproc
HOMEPAGE = https://www.chiark.greenend.org.uk/~sgtatham/halibut/
MASTER_SITES = ${HOMEPAGE}${DISTNAME}/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# MIT
PERMIT_PACKAGE= Yes
WANTLIB = c
MODULES = devel/cmake
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS += -std=gnu99
.endif
.include <bsd.port.mk>