openbsd-ports/x11/blackbox/Makefile

35 lines
819 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.48 2010/10/24 21:15:31 ajacoutot Exp $
COMMENT= small & pretty window manager for 8 and more bits displays
DISTNAME= blackbox-0.70.1
REVISION= 2
CATEGORIES= x11
HOMEPAGE= http://blackboxwm.sourceforge.net/
1998-11-27 18:35:33 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
# 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
2007-04-08 12:33:41 -04:00
WANTLIB= X11 Xau Xdmcp Xext Xft Xrender c expat m fontconfig \
freetype stdc++ z pthread-stubs xcb
MODULES= converters/libiconv
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2007-04-01 01:58:43 -04:00
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-shared
CONFIGURE_STYLE= gnu
2000-03-15 18:59:53 -05:00
DOCS= README README.bsetbg
1998-12-20 10:50:11 -05:00
1999-05-29 09:26:55 -04:00
post-install:
${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
.include <bsd.port.mk>