|
Lines 3-8
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= and |
4 |
PORTNAME= and |
| 5 |
PORTVERSION= 1.2.2 |
5 |
PORTVERSION= 1.2.2 |
|
|
6 |
PORTREVISION= 1 |
| 6 |
CATEGORIES= sysutils |
7 |
CATEGORIES= sysutils |
| 7 |
MASTER_SITES= SF |
8 |
MASTER_SITES= SF |
| 8 |
|
9 |
|
|
Lines 9-16
Link Here
|
| 9 |
MAINTAINER= portmaster@BSDforge.com |
10 |
MAINTAINER= portmaster@BSDforge.com |
| 10 |
COMMENT= Auto Nice Daemon |
11 |
COMMENT= Auto Nice Daemon |
| 11 |
|
12 |
|
|
|
13 |
LICENSE= GPLv2+ |
| 14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 15 |
|
| 12 |
USES= gmake |
16 |
USES= gmake |
| 13 |
ALL_TARGET= default |
17 |
ALL_TARGET= default |
| 14 |
NOPRECIOUSMAKEVARS= yes |
18 |
NOPRECIOUSMAKEVARS= yes |
| 15 |
|
19 |
|
| 16 |
.include <bsd.port.mk> |
20 |
.include <bsd.port.pre.mk> |
|
|
21 |
|
| 22 |
.if ${OSVERSION} >= 1100095 |
| 23 |
post-patch: |
| 24 |
@${REINPLACE_CMD} "s,P_KTHREAD,P_KPROC,g" \ |
| 25 |
${WRKSRC}/Makefile ${WRKSRC}/and-OpenBSD.c |
| 26 |
.endif |
| 27 |
|
| 28 |
.include <bsd.port.post.mk> |