c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
732 B
Makefile
26 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:42 tv Exp $
|
|
|
|
DISTNAME= ${DISTFILES}
|
|
PKGNAME= xorg-fontserver-${XORG_VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG}
|
|
DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \
|
|
X11R${XORG_VER}-src3.tar.gz
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.x.org/
|
|
COMMENT= X.org font server
|
|
|
|
USE_X11= yes
|
|
USE_BUILDLINK3= yes
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/xorg-libs/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../x11/xorg-libs/patches
|
|
|
|
XBUILD_DIRS= programs/xfs
|
|
XINCLUDE_DIRS= lib/xtrans
|
|
XINSTALL_MAN_DIRS= programs/xfs
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../meta-pkgs/xorg/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|