2005-08-09 15:09:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.38 2005/08/09 19:09:05 naddy Exp $
|
2001-04-08 10:12:07 -04:00
|
|
|
|
|
|
|
COMMENT= "small & pretty window manager for 8 and more bits displays"
|
2000-06-11 04:42:37 -04:00
|
|
|
|
2005-06-23 16:35:23 -04:00
|
|
|
DISTNAME= blackbox-0.70.0
|
2005-08-09 15:09:05 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2002-11-21 21:37:36 -05:00
|
|
|
CATEGORIES= x11
|
2002-11-12 21:15:59 -05:00
|
|
|
|
2002-11-21 21:37:36 -05:00
|
|
|
HOMEPAGE= http://blackboxwm.sourceforge.net/
|
1998-11-27 18:35:33 -05:00
|
|
|
|
2002-11-21 21:37:36 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
|
1998-11-27 18:26:32 -05:00
|
|
|
|
2002-11-21 21:37:36 -05:00
|
|
|
# BSD
|
2000-03-15 18:59:53 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-06-23 16:35:23 -04:00
|
|
|
WANTLIB= X11 Xext Xft Xrender c m fontconfig freetype stdc++
|
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2002-11-12 21:15:59 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2000-03-15 18:59:53 -05:00
|
|
|
|
2002-11-12 21:15:59 -05:00
|
|
|
DOCS= README README.bsetbg
|
1998-12-20 10:50:11 -05:00
|
|
|
|
1999-05-29 09:26:55 -04:00
|
|
|
post-install:
|
1999-12-18 06:25:41 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/blackbox
|
2000-08-10 23:45:03 -04:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/blackbox
|
1999-05-29 09:26:55 -04:00
|
|
|
|
1998-11-27 18:26:32 -05:00
|
|
|
.include <bsd.port.mk>
|