pkgsrc/net/tinc/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

25 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/01/18 05:08:50 tnn Exp $
#
DISTNAME= tinc-1.0.7
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.tinc-vpn.org/packages/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tinc-vpn.org/
COMMENT= Virtual Private Network (VPN) daemon
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_TOOLS+= msgfmt
.include "../../archivers/lzo/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"