blob: ce14b2dd0cca3c9b286e1b5bb462118170dbe21f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.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 <bsd.port.mk>
|