pkgsrc/net/synergy/Makefile
2007-02-02 00:55:15 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2007/02/02 00:55:15 joerg Exp $
#
DISTNAME= synergy-1.3.1
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/}
MAINTAINER= yui@yui.pe.kr
HOMEPAGE= http://synergy2.sourceforge.net/
COMMENT= Let an user share a mouse and keyboard among computers
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
DOCS= *.html *.css images/*.gif
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}/images
cd ${WRKSRC}/doc; \
for f in ${DOCS}; do \
${INSTALL_DATA} $$f ${DOCDIR}/$$f; \
done
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/synergy.conf ${EXAMPLESDIR}
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"