openbsd-ports/x11/pwm/Makefile
naddy ab106eb248 Update to 20060517.
- Removed snprintf patches since Tuomo incorporated them
- Removed SECURITY file
- Updated HOMEPAGE

From: maintainer Gregory Steuck
2006-07-30 16:45:48 +00:00

26 lines
528 B
Makefile

# $OpenBSD: Makefile,v 1.15 2006/07/30 16:45:48 naddy Exp $
COMMENT= "lightweight window manager with emphasis on usability"
DISTNAME= pwm-20060517
CATEGORIES= x11
HOMEPAGE= http://iki.fi/tuomov/pwm/
MASTER_SITES= ${HOMEPAGE}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
WANTLIB= X11 c m
USE_X11= Yes
NO_REGRESS= Yes
MAKE_ENV= CC='${CC}' SYSCONFDIR='${SYSCONFDIR}'
.include <bsd.port.mk>