openbsd-ports/x11/pwm/Makefile

24 lines
457 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:46:15 espie Exp $
COMMENT= lightweight window manager with emphasis on usability
DISTNAME= pwm-20060517
REVISION= 1
CATEGORIES= x11
2006-10-20 11:31:25 -04:00
HOMEPAGE= http://iki.fi/tuomov/
2006-02-10 05:07:45 -05:00
MASTER_SITES= ${HOMEPAGE}dl/
MAINTAINER= Gregory Steuck <greg-openbsd-pwm@nest.cx>
# GPL
PERMIT_PACKAGE_CDROM= Yes
2004-12-19 12:36:31 -05:00
WANTLIB= X11 c m
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
MAKE_ENV= CC='${CC}' SYSCONFDIR='${SYSCONFDIR}'
.include <bsd.port.mk>