# New ports collection makefile for: nefu # Date created: 17.10.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= nefu PORTVERSION= 1.4.0 CATEGORIES= net-mgmt MASTER_SITES= http://rsug.itd.umich.edu/software/nefu/files/ EXTRACT_SUFX= .tgz MAINTAINER= farrokhi@FreeBSD.org COMMENT= A network monitoring daemon GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ YACC=${YACC} \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --without-html \ --without-shelltests USE_OPENSSL= yes OPTIONS= LDAP "Enable OpenLDAP support" off MAN1= nefu.1 MAN4= nefu.conf.4 PLIST_FILES= bin/nefu .include .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --without-ldap .endif post-patch: @${REINPLACE_CMD} -e 's|-lsasl2||' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-lssl|-lssl -lcrypto|' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nefu.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/nefu.conf.4 ${PREFIX}/man/man4 .include /> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-151-1/+1
* SHA256ifyedwin2006-01-221-0/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* PERL -> REINPLACEedwin2002-11-041-1/+2
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-1/+1
* Update to 2.5.4dwcjr2001-07-233-4/+12
* Bump PORTREVISION for the name change to gpatch.trevor2001-01-111-0/+1
* Avoid conflict with /usr/bin/patch by installing the version fromtrevor2001-01-114-7/+8
* Remove myself from MAINTAINERache2001-01-101-1/+1
* PORTNAME/PORTVERSION updatemharo2000-04-121-4/+4