blob: b46b1a58498c1d813fa285096e67f6d7173e272b (
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
|
# New ports collection makefile for: gstopd
# Date created: 18 Oct 2003
# Whom: Michael Reifenberger
#
# $FreeBSD$
#
PORTNAME= gstopd
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mr
MAINTAINER= mr@FreeBSD.org
COMMENT= GEOM stop daemon
MAN8= gstopd.8
PLIST_FILES= sbin/gstopd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${LOCALBASE}/sbin
${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${LOCALBASE}/man/man8
.include <bsd.port.mk>
|