31 lines
691 B
Makefile
31 lines
691 B
Makefile
# $OpenBSD: Makefile,v 1.34 2004/02/25 02:35:17 naddy 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
|
|
|
|
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>
|