Pekwm is a fork of aewm++ which includes new features such as window grouping (a la fluxbox/pwm) a configurable keygrabber, Xinerama support, pixmap themeing and configurable buttons. WWW: http://pekwm.babblica.net/
32 lines
681 B
Makefile
Executable File
32 lines
681 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/14 21:55:54 todd Exp $
|
|
|
|
COMMENT= "an aewm++ based pretty themable window manager"
|
|
|
|
VERSION= 0.1.1
|
|
DISTNAME= pekwm-${VERSION}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://pekwm.babblica.net/
|
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/source/
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= simple
|
|
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pekwm
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pekwm
|
|
|
|
.include <bsd.port.mk>
|