1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/and/Makefile
2021-04-06 16:31:07 +02:00

24 lines
406 B
Makefile

# Created by: ijliao
PORTNAME= and
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= portmaster@BSDforge.com
COMMENT= Auto Nice Daemon
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
ALL_TARGET= default
NOPRECIOUSMAKEVARS= yes
post-patch:
@${REINPLACE_CMD} "s,P_KTHREAD,P_KPROC,g" \
${WRKSRC}/Makefile ${WRKSRC}/and-OpenBSD.c
.include <bsd.port.mk>