51c1e97a0f
during the release with pval@ other categories will follow once they are finished
25 lines
544 B
Makefile
25 lines
544 B
Makefile
# $OpenBSD: Makefile,v 1.11 2003/10/08 17:13:17 sturm Exp $
|
|
|
|
COMMENT= "lightweight window manager with emphasis on usability"
|
|
|
|
DISTNAME= pwm-20030528
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/pwm/
|
|
MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
|
|
|
|
MAINTAINER= Gregory Steuck <greg-openbsd-pwm@nest.cx>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
MAKE_ENV= CC='${CC}' SYSCONFDIR='${SYSCONFDIR}'
|
|
|
|
.include <bsd.port.mk>
|