blob: c4806e779aeb6d5919e904d0e0287e2fe7f88eb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# ex:ts=8
# Ports collection makefile for: and
# Date created: Jun 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= and
PORTVERSION= 1.0.7
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Auto Nice Daemon
USE_GMAKE= yes
ALL_TARGET= # empty
MAN5= and.conf.5 and.priorities.5
MAN8= and.8
.include <bsd.port.mk>
|