freebsd-ports/x11-fonts/xfed/Makefile

25 lines
563 B
Makefile
Raw Normal View History

# New ports collection makefile for: xfed
# Date created: 7 December 1994
# Whom: asami
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
PORTNAME= xfed
2001-02-05 22:02:14 +01:00
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
2003-02-20 20:21:36 +01:00
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
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xfed
.include <bsd.port.mk>