[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / putty-devel

Annotation of pkgsrc/security/putty-devel/Makefile, Revision 1.10

1.10    ! obache      1: # $NetBSD: Makefile,v 1.9 2011/04/01 11:43:57 wiz Exp $
1.1       ahoka       2: #
                      3:
                      4: DISTNAME=      putty-0.60-2009-09-06
1.9       wiz         5: PKGNAME=       putty-0.60.20090906
1.10    ! obache      6: PKGREVISION=   1
1.1       ahoka       7: CATEGORIES=    security
1.9       wiz         8: MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/ahoka/dist/
1.1       ahoka       9:
1.3       ahoka      10: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       ahoka      11: HOMEPAGE=      http://www.chiark.greenend.org.uk/~sgtatham/putty/
                     12: COMMENT=       Free implementation of Telnet and SSH for Win32 and Unix platforms
1.9       wiz        13: LICENSE=       mit
1.1       ahoka      14:
                     15: PKG_DESTDIR_SUPPORT=   user-destdir
                     16:
1.4       wiz        17: USE_TOOLS+=    gmake pkg-config
1.1       ahoka      18: BUILD_DIRS=    unix
                     19: BUILD_DEPENDS+=        halibut>=1.0:../../textproc/halibut
                     20:
                     21: MAKE_FILE=     Makefile.gtk
                     22: MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
                     23:
                     24: INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
                     25:
                     26: PKG_OPTIONS_VAR=       PKG_OPTIONS.putty
                     27: PKG_SUPPORTED_OPTIONS= inet6
                     28:
                     29: .include "../../mk/bsd.options.mk"
                     30:
                     31: .if empty(OPSYS:MLinux)
                     32: CFLAGS+=       -DHAVE_NO_SETRESUID
                     33: .endif
                     34:
                     35: .if !empty(PKG_OPTIONS:Minet6)
                     36: CFLAGS+=       -DIPV6
                     37: .endif
                     38:
                     39: .if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"
                     40: CFLAGS+=       -DOMIT_UTMP
                     41: .endif
                     42:
                     43: # Use Unix98 ptys if we have the device, otherwise use the old style.
                     44: .if !exists(/dev/ptmx)
                     45: CFLAGS+=       -DBSD_PTYS
                     46: .endif
                     47:
                     48: .include "../../x11/gtk2/buildlink3.mk"
                     49: .include "../../mk/krb5.buildlink3.mk"
                     50: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>