openbsd-ports/x11/treewm/Makefile
heko 570db842ac initial import of treewm
--
From the README:

treewm is a window manager that tries to implement a new concept. In
addition to the client windows the user can create desktops which can
themselves contain windows and desktops. By arranging the windows in
such a tree the user is able to manage his tasks efficiently.

treewm is derived from aewm.

WWW: http://treewm.sourceforge.net/

Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>,
lebel@ ok.
2001-11-10 18:33:37 +00:00

48 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 18:33:37 heko Exp $
COMMENT= "tree window manager"
DISTNAME= treewm-0.3.3
CATEGORIES= x11
NEED_VERSION= 1.489
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://openbsd.rutgers.edu/
MASTER_SITE_SUBDIR= treewm
HOMEPAGE= http://treewm.sourceforge.net/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# License: GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/treewm/treewm
USE_X11= Yes
NO_REGRESS= Yes
LDFLAGS+= -L${X11BASE}/lib
CPPFLAGS+= -I${X11BASE}/include
CFLAGS+= -DSHAPE ${CPPFLAGS}
MAKE_FLAGS+= CCC='${CXX}' CC='${CC}' CFLAGS='${CFLAGS}' \
LDFLAGS='${LDFLAGS}'
DOCS = README INSTALL COPYING AUTHORS ChangeLog TODO
SAMPLES = default.cfg sample.cfg treewm.kdevprj
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/treewm
.for f in ${DOCS}
${INSTALL_DATA} ${WRKDIR}/treewm/${f} ${PREFIX}/share/doc/treewm
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/treewm
.for f in ${SAMPLES}
${INSTALL_DATA} ${WRKDIR}/treewm/${f} ${PREFIX}/share/examples/treewm
.endfor
.include <bsd.port.mk>