pkgsrc/sysutils/open-vm-tools/Makefile
agc 748a44ee57 This package doesn't compile on Dragonfly or Solaris 10, as confirmed by
bulk build results, so mark it as only for NetBSD/i386 and then add to this
list as it gets ported to different operating systems.
2007-11-11 11:02:11 +00:00

30 lines
871 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/11/11 11:02:11 agc Exp $
DISTNAME= open-vm-tools-2007.09.04-56574
PKGNAME= open-vm-tools-2007.09.04.56574
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-vm-tools/}
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://open-vm-tools.sourceforge.net/
COMMENT= Open source VMware tools
ONLY_FOR_PLATFORM= NetBSD-*-i386
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
post-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/guestd/guestd ${PREFIX}/sbin/vmware-guestd
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"