b28aa4b05c
* Cleanup opengl and render routine * Switch to using a camera based view * Add ablility to specify a background image * Add transparency effect * Add screen size options to conf * Add ability to set custom keybindings and mousebindings * Make autoacquire off by default * Mirror current desktop to all desktops option [Mathias Weyland] * Add man pages * Fix imlib2-config detection in configure
29 lines
830 B
Makefile
29 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.20 2007/08/06 18:58:29 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= 3ddesktop-0.2.9
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=desk3d/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://desk3d.sourceforge.net/
|
|
COMMENT= 3D Virtual Desktop Switcher
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
EGDIR= ${PREFIX}/share/examples/3ddesktop
|
|
CONF_FILES= ${EGDIR}/3ddesktop.conf ${PKG_SYSCONFDIR}/3ddesktop.conf
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/3ddesktop.conf ${EGDIR}
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXxf86vm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|