Files
ports/sysutils/and/Makefile
Sergey Matveychuk 79c506a76d - Unbreak. Fix an ill patch.
- Bump PORTREVISION for users who install a bad version
  before it was marked broken.
2005-10-06 10:57:46 +00:00

27 lines
446 B
Makefile

# ex:ts=8
# Ports collection makefile for: and
# Date created: Jun 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= and
PORTVERSION= 1.0.9
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Auto Nice Daemon
USE_GMAKE= yes
ALL_TARGET= default
NOPRECIOUSMAKEVARS= yes
MAN5= and.conf.5 and.priorities.5
MAN8= and.8
.include <bsd.port.mk>