e5cd9b382d
Alan Coopersmith (6): Initialize both value1 & value2, not value1 twice Replace sprintf call with snprintf Replace strcpy+strcat calls with snprintf calls Reformat code to X.Org standard style Initialize aliases array in parseEncodingFile() libfontenc 1.1.3
22 lines
580 B
Makefile
22 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/05/01 08:36:12 wiz Exp $
|
|
|
|
DISTNAME= libfontenc-1.1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Library for handling fonts with different character set encodings
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= fontenc.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|