opnsense-ports/sysutils/gstopd/Makefile
Franco Fichtner 8c885c7f7c */*: sync with upstream
Taken from: FreeBSD
2023-07-26 08:58:56 +02:00

21 lines
539 B
Makefile

PORTNAME= gstopd
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/mr
MAINTAINER= mr@FreeBSD.org
COMMENT= GEOM stop daemon
PLIST_FILES= sbin/gstopd man/man8/gstopd.8.gz
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>