1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/sysutils/and/Makefile
Andrej Zverev d4f8fb7b24 Mark as BROKEN.
This port not functional on => 5.x due kernel changes.

Approved by:	sem (mentor)
2005-10-05 13:54:44 +00:00

33 lines
565 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= 1
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.pre.mk>
.if ${OSVERSION} > 500014
BROKEN= "Not functional due kernel changes >= 5.x"
.endif
.include <bsd.port.post.mk>