diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 110c19b715c..63950f235d3 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,19 +1,20 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2000/02/06 15:16:07 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/07 08:13:43 brad Exp $ -DISTNAME= vtun-2.0 -CATEGORIES= net +DISTNAME= vtun-2.0 +CATEGORIES= net +MASTER_SITES= http://vtun.netpedia.net/ -MASTER_SITES= http://vtun.netpedia.net/ MAINTAINER= kevlo@openbsd.org LIB_DEPENDS= lzo.1.0:${PORTSDIR}/archivers/lzo -GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--localstatedir=/var \ - --with-crypto-headers=/usr/include/openssl \ - --with-crypto-lib=/usr/lib \ - --with-lzo-headers=${LOCALBASE}/include \ - --with-lzo-lib=${LOCALBASE}/lib -ALL_TARGET= vtund +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--localstatedir="/var" \ + --with-crypto-headers="/usr/include/openssl" \ + --with-crypto-lib="/usr/lib" \ + --with-lzo-headers="${LOCALBASE}/include" \ + --with-lzo-lib="${LOCALBASE}/lib" + +ALL_TARGET= vtund .include