blob: e27525b9213a93b4d03e5684d5dd7996c2487658 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: sl2tps
# Date created: 4 Jul 2004
# Whom: Archie Cobbs
#
# $FreeBSD$
#
PORTNAME= sl2tps
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
MAINTAINER= archie@freebsd.org
COMMENT= Simple L2TP server based on libpdel(3) and netgraph(4)
LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
MAN1= sl2tps.1
MANCOMPRESSED= maybe
.include <bsd.port.mk>
|