blob: 391c8ab4fc0d6f447c2cf1f217b4e74b687b805a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: vpnc-scripts
# Date created: 20 Apr 2012
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vpnc-scripts
PORTVERSION= 20121109
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
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>
|