mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f45196feb0
PR: ports/45172 Submitted by: maintainer
30 lines
696 B
Makefile
30 lines
696 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.2
|
|
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 ${DOCSDIR}
|
|
@cd ${WRKSRC}/Documentation/uk && ${INSTALL_DATA} INSTALL README.atmel ${DOCSDIR}/uk
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|