mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
7261f55490
Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.11.1 Reported by: Repology
29 lines
661 B
Makefile
29 lines
661 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scdoc
|
|
DISTVERSION= 1.11.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Small man page generator
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake
|
|
MAKE_ENV= PCDIR='$$(_INSTDIR)/libdata/pkgconfig'
|
|
TEST_TARGET= check
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
libdata/pkgconfig/${PORTNAME}.pc \
|
|
share/man/man1/${PORTNAME}.1.gz \
|
|
share/man/man5/${PORTNAME}.5.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/-static/d' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|