openbsd-ports/x11/pwm/Makefile
naddy e65c22587d pwm is dual-licensed under the GPL and a modified Artistic license;
the libtu/snprintf_2.2 directory, which we don't compile, is under
yet another Artistic mutant.
2003-06-18 17:10:26 +00:00

24 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.10 2003/06/18 17:10:26 naddy 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>
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>