9c8b5ede43
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.
25 lines
807 B
Makefile
25 lines
807 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:38 jlam Exp $
|
|
|
|
DISTNAME= ${DISTFILES}
|
|
PKGNAME= XFree86-fontserver-${XF_VER}
|
|
PKGREVISION= 2
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
|
DISTFILES= XFree86-${XF_VER}-src-1.tgz XFree86-${XF_VER}-src-2.tgz \
|
|
XFree86-${XF_VER}-src-3.tgz XFree86-${XF_VER}-src-4.tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.xfree86.org/
|
|
COMMENT= XFree86 font server
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/XFree86-libs/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../x11/XFree86-libs/patches
|
|
|
|
XBUILD_DIRS= programs/xfs
|
|
XINCLUDE_DIRS= lib/xtrans programs/Xserver
|
|
XINSTALL_MAN_DIRS= programs/xfs
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../meta-pkgs/XFree86/Makefile.common"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|