30 lines
618 B
Makefile
30 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/12/30 01:11:05 fgsch Exp $
|
|
|
|
COMMENT = BSD Auth helper program for OpenVPN
|
|
|
|
DISTNAME = openvpn_bsdauth-5
|
|
CATEGORIES = net
|
|
HOMEPAGE = http://www.wormhole.hu/~ice/openvpn_bsdauth/
|
|
|
|
MAINTAINER = Felix Kronlage <fkr@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
BUILD_DEPENDS = ::net/openvpn
|
|
RUN_DEPENDS = ${BUILD_DEPENDS}
|
|
|
|
FAKE_FLAGS = PREFIX=${TRUEPREFIX}
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's#!!PREFIX!!#${PREFIX}#g' ${WRKSRC}/openvpn_bsdauth.8
|
|
|
|
.include <bsd.port.mk>
|