diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-10 16:11:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-10 16:11:32 +0000 |
commit | 16b933ad641b16e418c99ebb18ed23e35f6e8c8b (patch) | |
tree | 516072f5e7c3efd24f136a46e1e8529271aa552d /x11-fonts/c64bdf | |
parent | bb91deae6638250825fbe7a03cc6d5b2bea8bea6 (diff) |
Notes
Diffstat (limited to 'x11-fonts/c64bdf')
-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 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile new file mode 100644 index 000000000000..a5c352cbb0ad --- /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 000000000000..31fb15586033 --- /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 000000000000..2de73742d6ad --- /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/ |