freebsd-ports/sysutils/fontedit/Makefile

20 lines
442 B
Makefile
Raw Normal View History

# 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
2001-07-12 23:45:49 +02:00
MASTER_SITES= http://www.smithurst.org/ben/tarballs/ \
ftp://ukug.uk.freebsd.org/pub/mark/fontmake/
MAINTAINER= ports@FreeBSD.org
do-install:
@cd ${WRKSRC} && \
${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin
.include <bsd.port.mk>