Files
2025-09-17 15:55:47 +00:00

24 lines
459 B
Makefile

V = 5.2.3
COMMENT = WAD composer for Doom, Heretic, Hexen, and Strife
DISTNAME = deutex-${V}
CATEGORIES = archivers
HOMEPAGE = https://github.com/Doom-Utils/deutex/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += c png
SITES = https://github.com/Doom-Utils/deutex/releases/download/v${V}/
EXTRACT_SUFX = .tar.zst
BUILD_DEPENDS = textproc/asciidoc
LIB_DEPENDS = graphics/png
CONFIGURE_STYLE = gnu
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>