mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
94e2a9a251
- Utilize PLIST_FILES PR: 77726 Submitted by: Sam Lawrance <boris at brooknet.com.au>
22 lines
501 B
Makefile
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>
|