openbsd-ports/x11/windowmaker-extra/Makefile

33 lines
636 B
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.17 2011/09/16 12:29:17 espie Exp $
COMMENT= themes and icons for Window Maker
DISTNAME= WindowMaker-extra-0.1
PKGNAME= ${DISTNAME:L}
2011-09-16 08:29:12 -04:00
REVISION= 1
CATEGORIES= x11 x11/windowmaker
HOMEPAGE= http://www.windowmaker.info/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-05-13 04:18:19 -04:00
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER:=source/release/}
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= x11/windowmaker
2001-10-25 18:34:48 -04:00
NO_REGRESS= Yes
2001-07-09 13:10:49 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --prefix="${PREFIX}"
NO_BUILD= Yes
2004-02-01 15:17:47 -05:00
PKG_ARCH= *
.include <bsd.port.mk>