aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xfed/Makefile
blob: 09cac5e8404231bfa36662b7ee0109ba829c7514 (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
25
26
27
28
29
30
# New ports collection makefile for:    xfed
# Date created:         7 December 1994
# Whom:                 asami
#
# $FreeBSD$
#

PORTNAME=	xfed
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	x11-fonts
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
		http://mirror2.unixfreunde.de/
DISTNAME=	${PORTNAME}

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

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

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

.include <bsd.port.mk>