aboutsummaryrefslogblamecommitdiff
path: root/sysutils/vpnc-scripts/Makefile
blob: e97eef8a16f01122b0ce6f7c0b6e530b1671939f (plain) (tree)
1
2
3
4
5
6
                                             
           

                            
                        
                 













                                                                                   
                   




                                                             





                                                                    
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	vpnc-scripts
PORTVERSION=	20130311
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.infradead.org/pub/${PORTNAME}/ \
		http://mirrors.rit.edu/zi/

MAINTAINER=	zi@FreeBSD.org
COMMENT=	A collection of scripts to setup routes and other changes for a VPN

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

NO_BUILD=	yes

PLIST_FILES=	sbin/vpnc-script sbin/vpnc-script-sshd sbin/vpnc-script-ptrtd

NO_STAGE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|\(/etc/vpnc\)|${PREFIX}\1|' \
	    	${WRKSRC}/vpnc-script

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script ${PREFIX}/sbin
	${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script-sshd ${PREFIX}/sbin
	${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script-ptrtd ${PREFIX}/sbin

.include <bsd.port.mk>