mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
453 B
Makefile
20 lines
453 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.scientia.demon.co.uk/users/ben/tarballs/ \
|
|
ftp://ukug.uk.freebsd.org/pub/mark/fontmake/
|
|
|
|
MAINTAINER= ben@FreeBSD.org
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && \
|
|
${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|