aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gstopd/Makefile
blob: de955aa5908d8de1afc25314c3875d3ae61f829c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>