aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fontedit/Makefile
blob: 99af630c22d104a30154d16844617f82dcfd8b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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= ports@FreeBSD.org

do-install:
    @cd ${WRKSRC} && \
        ${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin

.include <bsd.port.mk>