2010-07-30 06:58:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.46 2010/07/30 06:58:57 ajacoutot Exp $
|
2001-04-08 14:12:07 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= small & pretty window manager for 8 and more bits displays
|
2000-06-11 08:42:37 +00:00
|
|
|
|
2006-03-09 03:02:44 +00:00
|
|
|
DISTNAME= blackbox-0.70.1
|
2010-07-30 06:58:57 +00:00
|
|
|
REVISION= 2
|
2002-11-22 02:37:36 +00:00
|
|
|
CATEGORIES= x11
|
2002-11-13 02:15:59 +00:00
|
|
|
|
2002-11-22 02:37:36 +00:00
|
|
|
HOMEPAGE= http://blackboxwm.sourceforge.net/
|
1998-11-27 23:35:33 +00:00
|
|
|
|
2002-11-22 02:37:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
|
1998-11-27 23:26:32 +00:00
|
|
|
|
2002-11-22 02:37:36 +00:00
|
|
|
# BSD
|
2000-03-15 23:59:53 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-04-08 16:33:41 +00:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xft Xrender c expat m fontconfig \
|
2009-08-11 08:38:41 +00:00
|
|
|
freetype stdc++ z pthread-stubs xcb
|
2005-06-23 20:35:23 +00:00
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2002-11-13 02:15:59 +00:00
|
|
|
USE_X11= Yes
|
2007-04-01 05:58:43 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-shared
|
2002-11-13 02:15:59 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-03-15 23:59:53 +00:00
|
|
|
|
2002-11-13 02:15:59 +00:00
|
|
|
DOCS= README README.bsetbg
|
1998-12-20 15:50:11 +00:00
|
|
|
|
1999-05-29 13:26:55 +00:00
|
|
|
post-install:
|
1999-12-18 11:25:41 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/blackbox
|
2000-08-11 03:45:03 +00:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/blackbox
|
1999-05-29 13:26:55 +00:00
|
|
|
|
1998-11-27 23:26:32 +00:00
|
|
|
.include <bsd.port.mk>
|