openbsd-ports/x11/fluxbox/Makefile
brad 2102f9abb0 grab the fluxbox patches from the website.
--
Based on patches from the MAINTAINER and lebel@
2002-05-06 19:22:24 +00:00

33 lines
802 B
Makefile

# $OpenBSD: Makefile,v 1.8 2002/05/06 19:22:24 brad Exp $
COMMENT= "Blackbox-derived window manager with Gnome and KDE support"
VERSION= 0.1.8
DISTNAME= fluxbox-${VERSION}
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
NEED_VERSION= 1.522
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fluxbox
MASTER_SITES0= http://fluxbox.sourceforge.net/download/patches/
PATCHFILES= fluxbox-${VERSION}-bugfix1.patch:0 \
fluxbox-${VERSION}-bugfix2.patch:0
PATCH_DIST_STRIP= -p1
HOMEPAGE= http://fluxbox.sourceforge.net/
MAINTAINER= Han Boetes <han@mijncomputer.nl>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-gnome --enable-kde --enable-xinerama
USE_X11= Yes
.include <bsd.port.mk>