8af63a6c28
PR: ports/157364 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: Nicolai Petri <nicolai@petri.cc> (maintainer)
29 lines
616 B
Makefile
29 lines
616 B
Makefile
# New ports collection makefile for: snmp++
|
|
# Date created: 2007-05-14
|
|
# Whom: nicolai@catpipe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= snmp++
|
|
PORTVERSION= 3.2.25
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.agentpp.com/
|
|
DISTNAME= ${PORTNAME}v${PORTVERSION}
|
|
|
|
MAINTAINER= nicolai@catpipe.net
|
|
COMMENT= SNMP C++ library with V3 support
|
|
|
|
MAKEFILE= Makefile.FreeBSD
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/lib/libsnmp++.so.2.0.0 ${PREFIX}/lib/libsnmp++.so
|
|
|
|
.include <bsd.port.mk>
|