2013-01-26 22:36:13 +01:00
|
|
|
# $NetBSD: Makefile,v 1.18 2013/01/26 21:36:41 adam Exp $
|
2006-10-15 16:03:41 +02:00
|
|
|
#
|
|
|
|
|
2012-05-06 11:08:36 +02:00
|
|
|
DISTNAME= LibVNCServer-0.9.9
|
|
|
|
PKGNAME= libVNCServer-0.9.9
|
2013-01-26 22:36:13 +01:00
|
|
|
PKGREVISION= 2
|
2006-10-15 16:03:41 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
|
|
|
|
|
|
|
|
MAINTAINER= pierrick@bs-network.net
|
|
|
|
HOMEPAGE= http://libvncserver.sourceforge.net/
|
|
|
|
COMMENT= Easy API to write one's own vnc server
|
2009-05-07 14:19:15 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2007-07-11 16:37:25 +02:00
|
|
|
USE_LIBTOOL= yes
|
2006-10-15 16:03:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-04-04 11:13:44 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= libvncserver.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= libvncclient.pc.in
|
|
|
|
|
2007-07-11 16:37:25 +02:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
2011-04-04 11:13:44 +02:00
|
|
|
CONFIGURE_ARGS+= --without-sdl-config
|
|
|
|
CONFIGURE_ARGS+= --without-x11vnc
|
2007-07-11 16:37:25 +02:00
|
|
|
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
SUBST_CLASSES+= pthread
|
|
|
|
SUBST_STAGE.pthread= pre-configure
|
|
|
|
SUBST_FILES.pthread= configure
|
|
|
|
SUBST_SED.pthread= -e 's|-lpthread||g'
|
|
|
|
|
2011-04-04 11:13:44 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2007-07-11 16:37:25 +02:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
2007-07-11 16:37:25 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2006-10-15 16:03:41 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|