freebsd-ports/sysutils/gstopd/Makefile
Sunpoet Po-Chuan Hsieh a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00

24 lines
483 B
Makefile

# 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>