freebsd-ports/sysutils/jailadmin/Makefile
Pav Lucistnik 680174eb06 - Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date)
2009-12-08 08:59:28 +00:00

44 lines
1 KiB
Makefile

# New ports collection makefile for: jailadmin
# Date created: 02 Apr 2004
# Whom: Kirk Strauser <kirk@strauser.com>
#
# $FreeBSD$
#
PORTNAME= jailadmin
PORTVERSION= 1.8
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/
DISTNAME= jailadmin-${PORTVERSION}
MAINTAINER= kirk@strauser.com
COMMENT= A system for managing a set of named jails
USE_PERL5= yes
PORTDOCS= INSTALL README
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
PLIST_SUB+= SNMP=""
.else
INSTALL_TARGET= installbase
PLIST_SUB+= SNMP="@comment "
.endif
pre-everything::
@${ECHO}
@${ECHO} "You can build ${PKGNAME} with the following options:"
@${ECHO} "WITH_SNMP install the additional SNMP management components"
@${ECHO}
post-patch:
@${REINPLACE_CMD} -e "s#^SITEPERLDIR=.*#SITEPERLDIR= ${SITE_PERL}#" ${WRKSRC}/Makefile
.ifdef NOPORTDOCS
@${REINPLACE_CMD} -e '/share\/doc/s/^[[:blank:]]/#&/' ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>