32 lines
727 B
Makefile
32 lines
727 B
Makefile
# $OpenBSD: Makefile,v 1.35 2004/12/17 15:18:32 alek Exp $
|
|
|
|
COMMENT= "small & pretty window manager for 8 and more bits displays"
|
|
|
|
VERSION= 0.65.0
|
|
DISTNAME= blackbox-${VERSION}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://blackboxwm.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xext c m stdc++
|
|
|
|
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>
|