# New ports collection makefile for: vpnd # Date created: 25 March 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= vpnd PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= http://vpnd.dotsrc.org/archive/ \ http://atreides.freenix.no/~anders/ MAINTAINER= anders@FreeBSD.org COMMENT= VPN daemon offering transparent blowfish encryption between networks WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes USE_RC_SUBR= yes PLIST_FILES= sbin/vpnd etc/rc.d/vpnd.sh etc/vpnd.conf.sample etc/vpnd.chat.sample PORTDOCS= README FAQ.TXT SPEED.TXT VERSIONS post-patch: .for f in README globals.c vpnd.c vpnd.conf @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g' ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e "s,machine/param.h,sys/param.h,g" ${WRKSRC}/vpnd.h @${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; s@gcc@${CC}@g" ${WRKSRC}/${CONFIGURE_SCRIPT} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vpnd ${PREFIX}/sbin/vpnd @${INSTALL_SCRIPT} ${FILESDIR}/vpnd.sh ${PREFIX}/etc/rc.d/vpnd.sh @${INSTALL_DATA} ${WRKSRC}/vpnd.conf ${PREFIX}/etc/vpnd.conf.sample @${INSTALL_DATA} ${WRKSRC}/vpnd.chat ${PREFIX}/etc/vpnd.chat.sample .if !defined(NOPORTDOCS) @${INSTALL} -d -m 0755 ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include post-install: .if ${OSVERSION} < 500000 @${ECHO} "================================================================================" @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before" @${ECHO} "trying to generate a master key file." @${ECHO} "================================================================================" .endif .include bot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* Update to 0.12.2 release.ale2011-08-092-3/+3
* Update to 0.12.1 release.ale2011-06-094-21/+14
* Update OpenSC to 0.12.0 release.ale2010-12-277-232/+35
* Update libassuan to version 2.0.1:dougb2010-12-231-2/+2
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Fix build with latest pcsc-lite.ale2010-09-012-0/+40
* Even if opensc 0.12.x will drop signer plugin, update it to use libassuan2.ale2010-06-282-2/+104