diff options
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 3681f75c07b..e61c10f605e 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/08 17:02:11 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= putty-0.60 @@ -9,12 +9,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake BUILD_DIRS= ${WRKSRC}/unix MAKE_FILE= Makefile.gtk MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + PKG_OPTIONS_VAR= PKG_OPTIONS.putty PKG_SUPPORTED_OPTIONS= inet6 |