blob: c1a911c3078e61e8fdcaa5508551a1e4e83329be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.11 2004/02/09 06:24:05 xtraeme Exp $
DISTNAME= xrender-0.8.3
PKGNAME= ${DISTNAME:S/x/X/}
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/software/fontconfig/releases/
MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://fontconfig.org/
COMMENT= Client library for the X Rendering Extension protocol
USE_BUILDLINK3= YES
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= ${WRKSRC}/xrender.pc.in
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/render/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|