diff options
author | rh <rh@pkgsrc.org> | 2001-09-04 09:01:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-04 09:01:25 +0000 |
commit | 67f1656b900d1b27344abe36008cc830f41fe745 (patch) | |
tree | 76541cf8c0287aaeca569312fdd636def08f785e /x11/gdkxft/Makefile | |
parent | 71b3a10e837b62a0bc88e6b3c52fd88bb74f509d (diff) | |
download | pkgsrc-67f1656b900d1b27344abe36008cc830f41fe745.tar.gz |
Initial import of gdkxft-1.0, a library that transparently adds
anti-aliased font support to GTK applications.
Diffstat (limited to 'x11/gdkxft/Makefile')
-rw-r--r-- | x11/gdkxft/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile new file mode 100644 index 00000000000..1d5dee932b2 --- /dev/null +++ b/x11/gdkxft/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/04 09:01:25 rh Exp $ +# + +DISTNAME= gdkxft-1.0 +CATEGORIES= x11 +MASTER_SITES= http://philrsss.anu.edu.au/~josh/gdkxft/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://philrsss.anu.edu.au/~josh/gdkxft/ +COMMENT= transparently add anti-aliased font support to gtk+ applications + +.include "../../mk/bsd.prefs.mk" + +.if !exists(${X11BASE}/lib/libXft.a) +IGNORE= "${PKGNAME} requires XFree86-4.0 or higher" +.endif + +GNU_CONFIGURE= YES +USE_PERL5= YES +USE_X11BASE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gdkxft +.for doc in AUTHORS COPYING ChangeLog INSTALL NEWS README + ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/gdkxft +.endfor + +.include "../../mk/bsd.pkg.mk" |