diff options
author | joerg <joerg> | 2006-11-15 14:48:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-15 14:48:19 +0000 |
commit | f34a435e3c5950e2de6f228ca104ca68de62aeb6 (patch) | |
tree | e5da33e406df1abe2533d52e634757fa3a5863ea /fonts/font-daewoo-misc/Makefile | |
parent | 399ccfacc68b880319f311b2edd292ebb722a782 (diff) | |
download | pkgsrc-f34a435e3c5950e2de6f228ca104ca68de62aeb6.tar.gz |
Import font-daewoo-misc-1.0.0:
This are the PCF versions of the Daewoo Gothic fonts for 100dpi displays.
This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-daewoo-misc/Makefile')
-rw-r--r-- | fonts/font-daewoo-misc/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fonts/font-daewoo-misc/Makefile b/fonts/font-daewoo-misc/Makefile new file mode 100644 index 00000000000..611f6b4ccc4 --- /dev/null +++ b/fonts/font-daewoo-misc/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 14:48:19 joerg Exp $ +# + +DISTNAME= font-daewoo-misc-1.0.0 +CATEGORIES= fonts +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Daewoo Gothic PCF fonts + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config bdftopcf ucs2any + +FONTS_DIRS.x11= lib/X11/fonts/misc + +.include "../../fonts/font-util/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |