2002-12-06 00:28:41 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2002/12/06 00:28:41 brad Exp $
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2002-12-06 00:28:41 +00:00
|
|
|
COMMENT= "window manager based on the original Blackbox code"
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2002-11-21 14:56:31 +00:00
|
|
|
VERSION= 0.1.13
|
2002-05-06 19:22:24 +00:00
|
|
|
DISTNAME= fluxbox-${VERSION}
|
2002-12-06 00:28:41 +00:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2002-03-02 17:36:24 +00:00
|
|
|
CATEGORIES= x11
|
2002-09-10 23:24:31 +00:00
|
|
|
|
2002-05-27 13:30:43 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
|
2002-12-06 00:28:41 +00:00
|
|
|
MASTER_SITES0= http://www.fluxbox.org/download/patches/
|
|
|
|
PATCHFILES= fluxbox-${VERSION}-bugfix1.patch:0
|
2002-09-10 23:24:31 +00:00
|
|
|
PATCH_DIST_STRIP= -p1
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2002-09-10 23:24:31 +00:00
|
|
|
HOMEPAGE= http://fluxbox.org/
|
2002-05-06 19:22:24 +00:00
|
|
|
|
|
|
|
MAINTAINER= Han Boetes <han@mijncomputer.nl>
|
2002-01-25 20:11:42 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-11-21 14:56:31 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_NEW= Yes
|
|
|
|
CONFIGURE_ARGS= --enable-kde --enable-xinerama
|
|
|
|
USE_GMAKE= Yes
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2002-03-02 17:36:24 +00:00
|
|
|
USE_X11= Yes
|
2002-05-27 13:30:43 +00:00
|
|
|
SUBST_VARS= VERSION
|
2002-01-25 20:11:42 +00:00
|
|
|
|
2002-11-27 17:39:12 +00:00
|
|
|
# Workaround to disable the use of automake.
|
2002-11-21 14:56:31 +00:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC}; touch aclocal.m4
|
|
|
|
@find ${WRKSRC} -name 'Makefile.in' -exec touch {} \;
|
|
|
|
|
2002-01-25 20:11:42 +00:00
|
|
|
.include <bsd.port.mk>
|