# New ports collection makefile for: gstopd # Date created: 18 Oct 2003 # Whom: Michael Reifenberger # # $FreeBSD: ports/sysutils/gstopd/Makefile,v 1.4 2007/10/04 06:10:12 edwin Exp $ # 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