pkgsrc/fonts/XFree86-fontsEncodings/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

35 lines
901 B
Makefile

# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:37 jlam Exp $
DISTNAME= XFree86-${XF_VER}-src-4
PKGNAME= XFree86-fontsEncodings-${XF_VER}
PKGREVISION= 3
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XFREE}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xfree86.org/
COMMENT= XFree86 Encoding fonts
BUILD_DEPENDS+= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients
NO_XFREE86_TARGETS= yes
WRKSRC= ${WRKDIR}/xc/fonts/encodings
post-extract:
@${SED} \
-e 's,@PREFIX@,${X11ROOT},g' \
-e 's,@MAKE@,${MAKE_PROGRAM},g' \
-e 's,@IMAKE@,${IMAKE},g' \
${FILESDIR}/host.def > ${WRKSRC}/host.def
do-configure:
(cd ${WRKSRC} && \
${IMAKE} -DUseInstalled -I${X11ROOT}/lib/X11/config \
-DTOPDIR=../../.. -DCURDIR=.; \
${MAKE} Makefiles ; \
${MAKE} includes ; \
${MAKE} depend)
.include "../../meta-pkgs/XFree86/Makefile.common"
.include "../../mk/bsd.pkg.mk"