2002-11-27 12:39:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2002/11/27 17:39:12 brad Exp $
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-05-27 09:30:43 -04:00
|
|
|
COMMENT= "blackbox-derived window manager with Gnome and KDE support"
|
2002-01-25 15:11:42 -05:00
|
|
|
|
2002-11-21 09:56:31 -05:00
|
|
|
VERSION= 0.1.13
|
2002-05-06 15:22:24 -04:00
|
|
|
DISTNAME= fluxbox-${VERSION}
|
2002-11-27 12:39:12 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
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-09-10 19:24:31 -04:00
|
|
|
MASTER_SITES0= http://fluxbox.org/download/patches/
|
2002-09-13 10:17:01 -04:00
|
|
|
PATCHFILES= # fluxbox-${VERSION}-bugfix2.patch:0
|
2002-09-10 19:24:31 -04:00
|
|
|
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
|
|
|
|
|
|
|
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-11-21 09:56:31 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_NEW= Yes
|
|
|
|
CONFIGURE_ARGS= --enable-kde --enable-xinerama
|
|
|
|
USE_GMAKE= Yes
|
2002-01-25 15:11:42 -05:00
|
|
|
|
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
|
|
|
|
2002-11-27 12:39:12 -05:00
|
|
|
# Workaround to disable the use of automake.
|
2002-11-21 09:56:31 -05:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC}; touch aclocal.m4
|
|
|
|
@find ${WRKSRC} -name 'Makefile.in' -exec touch {} \;
|
|
|
|
|
2002-01-25 15:11:42 -05:00
|
|
|
.include <bsd.port.mk>
|