openbsd-ports/x11/waimea/Makefile

28 lines
593 B
Makefile
Raw Normal View History

2005-09-11 03:27:51 -04:00
# $OpenBSD: Makefile,v 1.8 2005/09/11 07:27:51 espie Exp $
COMMENT= "Virtual desktop manager for X11"
2002-11-15 16:57:29 -05:00
VERSION= 0.4.0
DISTNAME= waimea-${VERSION}
2005-09-11 03:27:51 -04:00
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
2002-11-15 16:57:29 -05:00
HOMEPAGE= http://www.waimea.org
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
USE_X11= Yes
2005-09-11 03:27:51 -04:00
WANTLIB= SM ICE X11 Xext Xinerama Xrender Xrandr Xft stdc++ m c \
freetype fontconfig
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --disable-pixmap
.include <bsd.port.mk>