1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/ap-utils/Makefile
Mark Pulford 3618e62d57 Update to 1.3.1.
Approved by:	maintainer
2003-02-15 13:48:59 +00:00

30 lines
599 B
Makefile

# 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.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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}
cd ${WRKSRC}/Documentation && \
${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR}
.endif
.include <bsd.port.mk>