diff options
author | garbled <garbled@pkgsrc.org> | 1998-11-04 07:54:48 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-11-04 07:54:48 +0000 |
commit | c517dbface42d192942886e142ef89712610e1b4 (patch) | |
tree | a3eea4ad691b48ba29ad7a1fec750eae7f88fa4e /graphics/fnlib/Makefile | |
parent | 985dce9858b69104d035f91113bf8d6e1bad9870 (diff) | |
download | pkgsrc-c517dbface42d192942886e142ef89712610e1b4.tar.gz |
Initial import of fnlib-0.3:
Color Font rendering library for X11R6
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile new file mode 100644 index 00000000000..aed6285ce71 --- /dev/null +++ b/graphics/fnlib/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/04 07:54:48 garbled Exp $ + +DISTNAME= fnlib_DR-0.3 +PKGNAME= fnlib-0.3 +CATEGORIES= x11 graphics +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ + +MAINTAINER= root@garbled.net + +DEPENDS+= imlib-1.7:../../graphics/imlib + +WRKSRC= ${WRKDIR}/fnlib +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11= yes + +.include "../../mk/bsd.pkg.mk" |