openbsd-ports/x11/cwm/Makefile

24 lines
448 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2006/11/20 13:07:20 espie Exp $
2004-10-07 06:19:20 +00:00
COMMENT= "calm window manager"
DISTNAME= cwm-3
2004-10-07 06:19:20 +00:00
CATEGORIES= x11
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://monkey.org/~marius/cwm/
BUILD_DEPENDS= ::devel/pkgconfig
2004-10-07 06:19:20 +00:00
# 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 06:19:20 +00:00
2006-11-13 13:01:37 +00:00
USE_X11= Yes
2004-10-07 06:19:20 +00:00
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>