2003-10-08 13:13:14 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2003/10/08 17:13:16 sturm Exp $
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-12-05 19:28:41 -05:00
|
|
|
COMMENT= "window manager based on the original Blackbox code"
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2003-08-25 13:15:56 -04:00
|
|
|
VERSION= 0.1.14
|
2002-05-06 15:22:24 -04:00
|
|
|
DISTNAME= fluxbox-${VERSION}
|
2002-12-10 10:22:40 -05:00
|
|
|
PKGNAME= ${DISTNAME} #p2
|
2002-03-02 12:36:24 -05:00
|
|
|
CATEGORIES= x11
|
2002-09-10 19:24:31 -04:00
|
|
|
|
2002-05-27 09:30:43 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
2002-12-10 10:22:40 -05:00
|
|
|
#MASTER_SITES0= http://www.fluxbox.org/download/patches/
|
|
|
|
#PATCHFILES= fluxbox-${VERSION}-bugfix1.patch:0
|
|
|
|
#PATCH_DIST_STRIP= -p1
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-09-10 19:24:31 -04:00
|
|
|
HOMEPAGE= http://fluxbox.org/
|
2002-05-06 15:22:24 -04:00
|
|
|
|
2003-08-26 15:46:09 -04:00
|
|
|
MAINTAINER= Han Boetes <han@linux-mandrake.com>
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2003-10-08 13:13:14 -04:00
|
|
|
# X11
|
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-12-10 10:22:40 -05:00
|
|
|
CONFIGURE_STYLE= simple
|
2002-11-21 09:56:31 -05:00
|
|
|
CONFIGURE_ARGS= --enable-kde --enable-xinerama
|
|
|
|
USE_GMAKE= Yes
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2003-01-04 12:17:55 -05:00
|
|
|
MODULES= gcc3
|
|
|
|
MODGCC3_ARCHES= sparc64
|
|
|
|
MODGCC3_LANGS+= c++
|
2002-03-02 12:36:24 -05:00
|
|
|
USE_X11= Yes
|
2002-05-27 09:30:43 -04:00
|
|
|
SUBST_VARS= VERSION
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2003-08-26 15:46:09 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/menu ${PREFIX}/share/fluxbox
|
2002-11-21 09:56:31 -05:00
|
|
|
|
2002-01-25 15:11:42 -05:00
|
|
|
.include <bsd.port.mk>
|