pkgsrc/fonts/libfontenc/Makefile

25 lines
576 B
Makefile
Raw Normal View History

2006-12-09 12:44:00 +01:00
# $NetBSD: Makefile,v 1.2 2006/12/09 11:44:00 joerg Exp $
#
DISTNAME= libfontenc-1.0.2
2006-12-09 12:44:00 +01:00
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= The fontenc Library from X.org
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
2006-12-09 12:44:00 +01:00
PKGCONFIG_OVERRIDE+= fontenc.pc.in
GNU_CONFIGURE= yes
2006-12-09 12:44:00 +01:00
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"