diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-22 10:31:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-22 10:31:27 +0000 |
commit | 9b2695c26ac5c5868d3c7c4642d5385a95a35ad7 (patch) | |
tree | 8c792b79d56e3ee8529e7221e8a7621404975e1b /sysutils/fontedit/Makefile | |
parent | 52025bb575eb37a249811d1f4bb8e0fd5ecf71a7 (diff) | |
download | ports-9b2695c26ac5c5868d3c7c4642d5385a95a35ad7.tar.gz ports-9b2695c26ac5c5868d3c7c4642d5385a95a35ad7.zip |
Initial import of fontedit - a two symple tools to create and edit syscons fonts.
PR: 19430
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Notes
Notes:
svn path=/head/; revision=29772
Diffstat (limited to 'sysutils/fontedit/Makefile')
-rw-r--r-- | sysutils/fontedit/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/fontedit/Makefile b/sysutils/fontedit/Makefile new file mode 100644 index 000000000000..2ab2e5431f1f --- /dev/null +++ b/sysutils/fontedit/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fontedit +# Date created: 21 Jun 2000 +# Whom: Ben Smithurst <ben@scientia.demon.co.uk> +# +# $FreeBSD$ + +PORTNAME= fontedit +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.scientia.demon.co.uk/users/ben/tarballs/ \ + ftp://ukug.uk.freebsd.org/pub/mark/fontmake/ + +MAINTAINER= ben@scientia.demon.co.uk + +do-install: + @cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin + +.include <bsd.port.mk> |