openbsd-ports/plan9/9wm/Makefile
jasper 33f2001a22 - Set license markers to NO, as the license is a non-standard, restrictive,
homebrew piece of crap.

discussed with and ok naddy@
ok markus@ (MAINTAINER)
committing on behalf of william@
2011-01-13 08:46:42 +00:00

32 lines
662 B
Makefile

# $OpenBSD: Makefile,v 1.29 2011/01/13 08:46:42 jasper Exp $
COMMENT= 8 1/2-like Window Manager for X11
DISTNAME= pre-9wm-1.2
PKGNAME= 9wm-1.2pre
REVISION = 2
CATEGORIES= plan9
MASTER_SITES= http://www.plig.org/xwinman/archive/9wm/
EXTRACT_SUFX= .shar.gz
EXTRACT_CASES= *.shar.gz) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;;
MAINTAINER= Markus Friedl <markus@openbsd.org>
# nonstandard license
PERMIT_PACKAGE_CDROM = No
PERMIT_PACKAGE_FTP = No
PERMIT_DISTFILES_CDROM = No
PERMIT_DISTFILES_FTP = No
WANTLIB = X11 Xau Xdmcp Xext c pthread-stubs xcb
USE_GROFF = Yes
CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}
NO_REGRESS= Yes
.include <bsd.port.mk>