aboutsummaryrefslogtreecommitdiffstats
path: root/net/ap-utils/Makefile
blob: 20fbea0b60c444f3b2a9372d2bc85339a9da3185 (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
# New ports collection makefile for:    ap-utils
# Date created:     2002/07/10
# Whom:         Jerry A! <jerry@thehutt.org>
#
# $FreeBSD$
#

PORTNAME=   ap-utils
PORTVERSION=    1.3
CATEGORIES= net
MASTER_SITES=   http://ap-utils.polesye.net/files/ \
        http://web.cs.cmu.edu/~dpelleg/download/

MAINTAINER= daniel+aputils@pelleg.org

LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
MAN8=       ap-trapd.8 ap-mrtg.8 ap-config.8

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR} ${DOCSDIR}/uk
    @cd ${WRKSRC}/Documentation && ${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR}
    @cd ${WRKSRC}/Documentation/uk && ${INSTALL_DATA} INSTALL README.atmel ${DOCSDIR}/uk
.endif

.include <bsd.port.mk>