# New ports collection makefile for: fontedit # Date created: 21 June 2000 # Whom: Ben Smithurst # # $FreeBSD: ports/sysutils/fontedit/Makefile,v 1.8 2005/02/19 16:19:28 leeym Exp $ PORTNAME= fontedit PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://www.bensmithurst.com/tarballs/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for creating and editing console (syscons) font files PLIST_FILES= bin/fontdump bin/fontmake do-install: @cd ${WRKSRC} && \ ${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin .include