freebsd-ports/sysutils/fontedit/Makefile
Yen-Ming Lee 94e2a9a251 - Chase MASTERSITES
- Utilize PLIST_FILES

PR:		77726
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-19 16:19:28 +00:00

22 lines
501 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.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>