aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/xfed/Makefile
blob: e48a65031476873c34403879bc445fa7ab59a1a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    xfed
# Date created:         7 December 1994
# Whom:                 asami
#
# $FreeBSD$
#

PORTNAME=   xfed
PORTVERSION=    1.0
CATEGORIES= x11-fonts
MASTER_SITES=   http://ftp.yars.free.net/pub/software/unix/X11/fonts/edit/
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A program that will let you edit X fonts (.bdf files)

IGNOREFILES=    ${DISTFILES}
USE_IMAKE=  yes
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
WRKSRC=     ${WRKDIR}/xfed
MAN1=       xfed.1
PLIST_FILES=    bin/xfed

.include <bsd.port.mk>