f87d715377
-- From: MAINTAINER
31 lines
734 B
Makefile
31 lines
734 B
Makefile
# $OpenBSD: Makefile,v 1.15 2002/09/13 14:17:01 brad Exp $
|
|
|
|
COMMENT= "blackbox-derived window manager with Gnome and KDE support"
|
|
|
|
VERSION= 0.1.12
|
|
DISTNAME= fluxbox-${VERSION}
|
|
PKGNAME= ${DISTNAME} #p2
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
|
MASTER_SITES0= http://fluxbox.org/download/patches/
|
|
PATCHFILES= # fluxbox-${VERSION}-bugfix2.patch:0
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
HOMEPAGE= http://fluxbox.org/
|
|
|
|
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
|
|
SUBST_VARS= VERSION
|
|
|
|
.include <bsd.port.mk>
|