freebsd-ports/sysutils/fontedit/Makefile
2003-10-26 04:51:39 +00:00

19 lines
462 B
Makefile

# New ports collection makefile for: fontedit
# Date created: 21 June 2000
# Whom: Ben Smithurst <ben@scientia.demon.co.uk>
#
# $FreeBSD$
PORTNAME= fontedit
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.smithurst.org/ben/tarballs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for creating and editing console (syscons) font files
do-install:
@cd ${WRKSRC} && \
${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin
.include <bsd.port.mk>