aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fontedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fontedit/Makefile')
-rw-r--r--sysutils/fontedit/Makefile19
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>