summaryrefslogtreecommitdiff
path: root/fonts/artwiz-fonts/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-08-30 14:23:40 +0000
committerxtraeme <xtraeme>2003-08-30 14:23:40 +0000
commitc8afb378c443906b04200beb40c84e7befecc191 (patch)
tree03aec7a88d283c7e2696c75e40b8f1eac085ff04 /fonts/artwiz-fonts/Makefile
parentf0544945ee3ff4d52561467ab66eb0d6f8e67a88 (diff)
downloadpkgsrc-c8afb378c443906b04200beb40c84e7befecc191.tar.gz
Initial import of artwiz-fonts 1.0.
A collection of free fonts which are designed for use on X11 desktops, created by artwiz. These fonts have a futuristic style and are quite small, particularly at high resolutions.
Diffstat (limited to 'fonts/artwiz-fonts/Makefile')
-rw-r--r--fonts/artwiz-fonts/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/fonts/artwiz-fonts/Makefile b/fonts/artwiz-fonts/Makefile
new file mode 100644
index 00000000000..bb82232335f
--- /dev/null
+++ b/fonts/artwiz-fonts/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 14:23:41 xtraeme Exp $
+#
+
+DISTNAME= artwiz-aleczapka
+PKGNAME= artwiz-fonts-1.0
+CATEGORIES= fonts
+MASTER_SITES= http://fluxbox.org/artwiz-aleczapka/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.vastwaters.com/
+COMMENT= Set of free fonts for X11 desktops
+
+USE_BUILDLINK2= yes
+NO_BUILD= yes
+NO_CONFIGURE= yes
+USE_X11BASE= yes
+USE_PKGINSTALL= yes
+
+FONTS= ${PREFIX}/lib/X11/fonts/artwiz
+FONTS_X11_DIRS= ${FONTS}
+OWN_DIRS= ${FONTS}
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/*.pcf ${FONTS_X11_DIRS}
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"