ports/textproc/scdoc/Makefile

25 lines
496 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = convert scdoc text files to man(7) pages
VERSION = 1.11.2
DISTNAME = scdoc-${VERSION}
CATEGORIES = textproc
HOMEPAGE = https://git.sr.ht/~sircmpwn/scdoc
# MIT
PERMIT_PACKAGE = Yes
2023-09-28 02:05:49 +00:00
SITES = https://git.sr.ht/~sircmpwn/scdoc/
2023-08-16 22:26:55 +00:00
DISTFILES = scdoc-{archive/}${VERSION}${EXTRACT_SUFX}
# uses pledge(2)
WANTLIB = c
USE_GMAKE = Yes
MAKE_FLAGS = CC="${CC}"
FAKE_FLAGS = DESTDIR=${WRKINST}\
PREFIX=${PREFIX}\
MANDIR=${PREFIX}/man
TEST_TARGET = check
.include <bsd.port.mk>