openbsd-ports/x11/cwm/Makefile

24 lines
432 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2007/04/29 08:27:32 jasper Exp $
COMES_WITH= 4.2
2004-10-07 02:19:20 -04:00
COMMENT= "calm window manager"
DISTNAME= cwm-3
2004-10-07 02:19:20 -04:00
CATEGORIES= x11
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://monkey.org/~marius/cwm/
# BSD
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 Xext Xft Xrender c fontconfig freetype
2004-10-07 02:19:20 -04:00
2006-11-13 08:01:37 -05:00
USE_X11= Yes
2004-10-07 02:19:20 -04:00
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>