opnsense-ports/sysutils/gstopd/Makefile
Franco Fichtner 86abf5ac44 */*: sync with upstream
Taken from: FreeBSD
2024-10-07 20:26:56 +02:00

24 lines
501 B
Makefile

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