mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
8a502cb2d4
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
25 lines
418 B
Makefile
25 lines
418 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
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>
|