34 lines
776 B
Makefile
34 lines
776 B
Makefile
# $OpenBSD: Makefile,v 1.38 2005/08/09 19:09:05 naddy Exp $
|
|
|
|
COMMENT= "small & pretty window manager for 8 and more bits displays"
|
|
|
|
DISTNAME= blackbox-0.70.0
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://blackboxwm.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xext Xft Xrender c m fontconfig freetype stdc++
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
DOCS= README README.bsetbg
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/blackbox
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/blackbox
|
|
|
|
.include <bsd.port.mk>
|