2002-05-15 13:58:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2002/05/15 17:58:51 espie Exp $
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-03-02 12:36:24 -05:00
|
|
|
COMMENT= "Blackbox-derived window manager with Gnome and KDE support"
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-05-06 15:22:24 -04:00
|
|
|
VERSION= 0.1.8
|
|
|
|
DISTNAME= fluxbox-${VERSION}
|
2002-05-03 09:30:22 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2002-03-02 12:36:24 -05:00
|
|
|
CATEGORIES= x11
|
2002-05-06 15:22:24 -04:00
|
|
|
NEED_VERSION= 1.522
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
2002-05-06 15:22:24 -04:00
|
|
|
MASTER_SITES0= http://fluxbox.sourceforge.net/download/patches/
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-05-06 15:22:24 -04:00
|
|
|
PATCHFILES= fluxbox-${VERSION}-bugfix1.patch:0 \
|
|
|
|
fluxbox-${VERSION}-bugfix2.patch:0
|
|
|
|
PATCH_DIST_STRIP= -p1
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-05-06 15:22:24 -04:00
|
|
|
HOMEPAGE= http://fluxbox.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Han Boetes <han@mijncomputer.nl>
|
2002-01-25 15:11:42 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-04-27 09:25:59 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2002-04-28 12:58:30 -04:00
|
|
|
CONFIGURE_ARGS= --enable-gnome --enable-kde --enable-xinerama
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-03-02 12:36:24 -05:00
|
|
|
USE_X11= Yes
|
2002-01-25 15:11:42 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|