Annotation of pkgsrc/x11/x11vnc/Makefile, revision 1.61

1.61    ! wiz         1: # $NetBSD: Makefile,v 1.60 2015/04/25 14:25:20 tnn Exp $
1.1       xtraeme     2: #
                      3: 
1.35      obache      4: DISTNAME=      x11vnc-0.9.13
1.61    ! wiz         5: PKGREVISION=   24
1.4       salo        6: CATEGORIES=    x11 net
1.8       wiz         7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
1.1       xtraeme     8: 
1.59      hiramats    9: MAINTAINER=    [email protected]
1.1       xtraeme    10: HOMEPAGE=      http://www.karlrunge.com/x11vnc/
                     11: COMMENT=       VNC server for real X displays
1.19      obache     12: LICENSE=       gnu-gpl-v2
                     13: 
1.1       xtraeme    14: GNU_CONFIGURE= yes
                     15: 
1.12      obache     16: CONFIGURE_ARGS+=       --with-system-libvncserver
                     17: 
                     18: PTHREAD_AUTO_VARS=     yes
                     19: SUBST_CLASSES+=                pthread
                     20: SUBST_STAGE.pthread=   pre-configure
                     21: SUBST_FILES.pthread=   configure
                     22: SUBST_SED.pthread=     -e 's|-lpthread||g'
                     23: 
1.17      obache     24: .include "options.mk"
1.12      obache     25: 
1.17      obache     26: BUILD_DIRS=    x11vnc
                     27: INSTALL_DIRS=  x11vnc classes
1.7       joerg      28: 
1.6       obache     29: .include "../../security/openssl/buildlink3.mk"
1.12      obache     30: .include "../../net/libvncserver/buildlink3.mk"
1.19      obache     31: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.3       wiz        32: .include "../../mk/pthread.buildlink3.mk"
1.1       xtraeme    33: .include "../../mk/bsd.pkg.mk"

CVSweb <[email protected]>