openbsd-ports/x11/fluxbox/Makefile

39 lines
879 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2003/10/08 17:13:16 sturm Exp $
COMMENT= "window manager based on the original Blackbox code"
VERSION= 0.1.14
DISTNAME= fluxbox-${VERSION}
PKGNAME= ${DISTNAME} #p2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
#MASTER_SITES0= http://www.fluxbox.org/download/patches/
#PATCHFILES= fluxbox-${VERSION}-bugfix1.patch:0
#PATCH_DIST_STRIP= -p1
HOMEPAGE= http://fluxbox.org/
MAINTAINER= Han Boetes <han@linux-mandrake.com>
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --enable-kde --enable-xinerama
USE_GMAKE= Yes
2003-01-04 12:17:55 -05:00
MODULES= gcc3
MODGCC3_ARCHES= sparc64
MODGCC3_LANGS+= c++
USE_X11= Yes
SUBST_VARS= VERSION
post-install:
${INSTALL_DATA} ${FILESDIR}/menu ${PREFIX}/share/fluxbox
.include <bsd.port.mk>