freebsd-ports/sysutils/fontedit/Makefile
Maxim Sobolev 9b2695c26a 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>
2000-06-22 10:31:27 +00:00

19 lines
461 B
Makefile

# 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>