cleanup Makefile

This commit is contained in:
brad 2000-02-07 08:13:43 +00:00
parent 672968f3f8
commit 7e7229f501

View File

@ -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 <bsd.port.mk>