2010-10-24 20:58:58 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2010/10/24 21:15:35 ajacoutot Exp $
|
2002-09-01 09:23:11 +00:00
|
|
|
|
2010-08-18 13:34:20 +00:00
|
|
|
COMMENT= virtual desktop manager for X11
|
2002-09-01 09:23:11 +00:00
|
|
|
|
2002-11-15 21:57:29 +00:00
|
|
|
VERSION= 0.4.0
|
2002-09-01 09:23:11 +00:00
|
|
|
DISTNAME= waimea-${VERSION}
|
2010-08-18 13:34:20 +00:00
|
|
|
REVISION= 5
|
2002-09-01 09:23:11 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2010-08-18 13:34:20 +00:00
|
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/waimea
|
2002-09-01 09:23:11 +00:00
|
|
|
|
2010-08-18 13:34:20 +00:00
|
|
|
# GPLv2
|
2002-09-01 09:23:11 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
|
|
|
|
|
2010-10-19 08:13:56 +00:00
|
|
|
USE_GROFF = Yes
|
2010-08-18 13:34:20 +00:00
|
|
|
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xinerama Xrandr Xrender
|
|
|
|
WANTLIB += c expat fontconfig freetype m pthread-stubs stdc++
|
|
|
|
WANTLIB += xcb z
|
2009-08-11 08:38:41 +00:00
|
|
|
|
2005-11-03 18:28:55 +00:00
|
|
|
AUTOCONF_VERSION= 2.52
|
2004-12-06 23:11:34 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2002-09-01 09:23:11 +00:00
|
|
|
CONFIGURE_ARGS= --disable-pixmap
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|