mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
25 lines
496 B
Makefile
25 lines
496 B
Makefile
COMMENT = convert scdoc text files to man(7) pages
|
|
VERSION = 1.11.3
|
|
DISTNAME = scdoc-${VERSION}
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = https://git.sr.ht/~sircmpwn/scdoc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://git.sr.ht/~sircmpwn/scdoc/
|
|
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>
|