summaryrefslogtreecommitdiff
path: root/net/dhcprelya/Makefile
blob: 3dde04569c94b62a4818a69c64f9d698c13b950f (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
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	dhcprelya
# Date created:				17 December 2007
# Whom:					Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	dhcprelya
PORTVERSION=	2.0
CATEGORIES=	net
MASTER_SITES=	http://people.yandex-team.ru/~sem/

MAINTAINER=	sem@FreeBSD.org
COMMENT=	Lightweigh DHCP relay agent. Yandex edition

USE_RC_SUBR=	dhcprelya

PORTDOCS=	README

PLIST_FILES=	sbin/${PORTNAME}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
IGNORE=		require pidfile_* finctions in libutils
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.post.mk>