diff options
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/c64bdf/Makefile | 33 | ||||
-rw-r--r-- | x11-fonts/c64bdf/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/c64bdf/pkg-descr | 3 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 26d5a00eb03..d9f012e79db 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -14,6 +14,7 @@ SUBDIR += bdftopcf SUBDIR += bitmap-fonts SUBDIR += bitstream-vera + SUBDIR += c64bdf SUBDIR += code2000 SUBDIR += cyberbit-ttfonts SUBDIR += cyr-rfx diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile new file mode 100644 index 00000000000..a5c352cbb0a --- /dev/null +++ b/x11-fonts/c64bdf/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: c64-bdf +# Date created: 20/02/2008 +# Whom: Marcin Cieslak <saper@SYSTEM.PL> +# +# $FreeBSD$ +# + +PORTNAME= c64bdf +PORTVERSION= 1.0 +CATEGORIES= x11-fonts +MASTER_SITES= http://beej.us/c64bdf/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= saper@SYSTEM.PL +COMMENT= Commodore 64 X11 fonts + +NO_BUILD= yes +USE_X_PREFIX= yes + +FONTS= c64 c64d +FONTDIR= lib/X11/fonts/${PORTNAME} +FILES= ${FONTS:S,$,.bdf,} fonts.dir +PLIST_FILES= ${FILES:S,^,${FONTDIR}/,} +PLIST_DIRS= ${FONTDIR} + +.include <bsd.port.pre.mk> + +do-install: + @${MKDIR} ${LOCALBASE}/${FONTDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${LOCALBASE}/${FONTDIR} + +.include <bsd.port.post.mk> diff --git a/x11-fonts/c64bdf/distinfo b/x11-fonts/c64bdf/distinfo new file mode 100644 index 00000000000..31fb1558603 --- /dev/null +++ b/x11-fonts/c64bdf/distinfo @@ -0,0 +1,3 @@ +MD5 (c64bdf.tgz) = e4e508f4e378bea6bdac705c6690bb1d +SHA256 (c64bdf.tgz) = 3205f52fc4fe6e16f3606cb82ae228c7cf8da0ac5820096fd24ef42093da13e6 +SIZE (c64bdf.tgz) = 10528 diff --git a/x11-fonts/c64bdf/pkg-descr b/x11-fonts/c64bdf/pkg-descr new file mode 100644 index 00000000000..2de73742d6a --- /dev/null +++ b/x11-fonts/c64bdf/pkg-descr @@ -0,0 +1,3 @@ +Get Commodore 64 font installed under the X Window System. + +WWW: http://beej.us/c64bdf/ |