mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
34 lines
679 B
Makefile
34 lines
679 B
Makefile
# New ports collection makefile for: vtun
|
|
# Date created: 05 Feb 2000
|
|
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vtun
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= vtun
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
|
|
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
|
|
|
|
MAN5= vtund.conf.5
|
|
MAN8= vtund.8
|
|
MANCOMPRESSED= no
|
|
|
|
USE_OPENSSL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--localstatedir=/var \
|
|
--with-ssl-headers=${LOCALBASE}/include/openssl \
|
|
--with-ssl-lib=${LOCALBASE}/lib \
|
|
--with-lzo-headers=${LOCALBASE}/include \
|
|
--with-lzo-lib=${LOCALBASE}/lib \
|
|
--enable-lzo
|
|
|
|
ALL_TARGET= vtund
|
|
|
|
.include <bsd.port.mk>
|