summaryrefslogtreecommitdiff
path: root/fonts/freefont-ttf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/freefont-ttf/Makefile')
-rw-r--r--fonts/freefont-ttf/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/fonts/freefont-ttf/Makefile b/fonts/freefont-ttf/Makefile
new file mode 100644
index 00000000000..ebddf459e96
--- /dev/null
+++ b/fonts/freefont-ttf/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/20 00:59:45 reed Exp $
+#
+
+DISTNAME= freefont-ttf
+PKGNAME= ${DISTNAME}-20050407
+CATEGORIES= fonts
+MASTER_SITES= http://savannah.nongnu.org/download/freefont/
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://www.nongnu.org/freefont/
+COMMENT= Free UCS Outline Fonts: FreeMono, FreeSans, and FreeSerif
+
+DIST_SUBDIR= ${PKGNAME}
+
+WRKSRC= ${WRKDIR}
+NO_CONFIGURE= yes
+NO_BUILD= yes
+USE_LANGUAGES= # empty
+INSTALLATION_DIRS= share/fonts/freefont share/doc/freefont
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freefont/
+ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/freefont/
+ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/freefont/
+ cd ${WRKSRC}/sfd && \
+ ${PAX} -rw Free*.ttf ${PREFIX}/share/fonts/freefont/
+
+.include "../../mk/bsd.pkg.mk"