freebsd-ports/sysutils/gstopd/Makefile
Michael Reifenberger 2b5a161244 Update to Version 1.1
Changes:
	- make it compile after changes to libgeom.

Noticed by: kris
2004-03-24 11:32:38 +00:00

30 lines
580 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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Needs GEOM(4)
.endif
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.post.mk>