pkgsrc/wm/wmii/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

33 lines
845 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:55 jlam Exp $
#
DISTNAME= wmii-20051114
PKGREVISION= 1
CATEGORIES= wm x11
MASTER_SITES= http://wmii.de/snaps/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wmii.de/
COMMENT= Modular and keyboard-friendly window manager
DEPENDS+= 9base-[0-9]*:../../sysutils/9base
NO_CONFIGURE= yes
CFLAGS.SunOS+= -D__EXTENSIONS__
SUBST_CLASSES+= vars
SUBST_STAGE.vars= post-patch
SUBST_FILES.vars= cmd/wm/wmii rc/* cmd/wm/wmii.1
SUBST_SED.vars= -e 's|CONFPREFIX|${PREFIX}/share/examples|g'
SUBST_SED.vars+= -e 's|9PREFIX|${PREFIX}|g'
PKG_SYSCONFSUBDIR= wmii-3
EGDIR= ${PREFIX}/share/examples/wmii-3
EGFILES= extern kmode quit status welcome wmirc
.for f in ${EGFILES}
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"