freebsd-ports/sysutils/gstopd/Makefile

19 lines
392 B
Makefile
Raw Normal View History

# Created by: Michael Reifenberger
# $FreeBSD$
PORTNAME= gstopd
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/mr
MAINTAINER= mr@FreeBSD.org
COMMENT= GEOM stop daemon
2014-02-25 14:38:09 +01:00
PLIST_FILES= sbin/gstopd man/man8/gstopd.8.gz
do-install:
2014-02-25 14:38:09 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>