2004-07-05 16:08:54 +02:00
|
|
|
# New ports collection makefile for: sl2tps
|
|
|
|
# Date created: 4 Jul 2004
|
|
|
|
# Whom: Archie Cobbs
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sl2tps
|
2005-02-13 18:14:17 +01:00
|
|
|
PORTVERSION= 0.4
|
2004-07-05 16:08:54 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= archie
|
|
|
|
|
2006-11-25 17:46:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-05 16:08:54 +02:00
|
|
|
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>
|