pkgsrc-wip/libXfont/Makefile
Juan Romero Pardines 08e442469b Initial import of libXfont-1.4.1
This package contains the Xfont extension.

More information: www.freedesktop.org
2003-11-27 03:33:48 +00:00

23 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/11/27 03:33:48 xtraeme Exp $
#
DISTNAME= libXfont-1.4.1
CATEGORIES= x11 devel
MASTER_SITES= http://freedesktop.org/~xlibs/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://freedesktop.org/
COMMENT= Xfont extension (Library)
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xfont.pc.in
.include "../../wip/libX11/buildlink2.mk"
.include "../../wip/xproto/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"