summaryrefslogtreecommitdiff
path: root/fonts/freefonts/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-13 14:14:29 +0000
committerwiz <wiz>2001-03-13 14:14:29 +0000
commitcea0f635f67b72c6d15ca90f8898bdfa9ad88be5 (patch)
tree013882e7662c784206cd5e0e790cce1d2539567f /fonts/freefonts/Makefile
parentc1da5a3de2fd1ecbdf0cac9545f59f6faac33092 (diff)
downloadpkgsrc-cea0f635f67b72c6d15ca90f8898bdfa9ad88be5.tar.gz
Initial import of freefonts-0.10, a collection of 79 freely available
fonts. Package provided by Jeremy C. Reed in pkg/12166.
Diffstat (limited to 'fonts/freefonts/Makefile')
-rw-r--r--fonts/freefonts/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile
new file mode 100644
index 00000000000..2967d81c463
--- /dev/null
+++ b/fonts/freefonts/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 14:14:29 wiz Exp $
+#
+
+DISTNAME= freefonts-0.10
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/fonts/} \
+ ftp://ftp.gimp.org/pub/gimp/fonts/
+
+MAINTAINER= reed@reedmedia.net
+COMMENT= Collection of 79 freely available fonts
+
+EXTRACT_ONLY= # empty
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+USE_X11BASE= yes
+
+do-install:
+ ${GTAR} Cxzf ${PREFIX}/lib/X11/fonts \
+ ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ ${CHMOD} ${SHAREMODE} ${PREFIX}/lib/X11/fonts/freefont/*
+ ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/X11/fonts/freefont/*
+
+.include "../../mk/bsd.pkg.mk"