mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# New ports collection makefile for: xfed
|
|
# Date created: 7 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfed
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
IGNOREFILES= ${DISTFILES}
|
|
USE_IMAKE= yes
|
|
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
|
|
WRKSRC= ${WRKDIR}/xfed
|
|
MAN1= xfed.1
|
|
|
|
.include <bsd.port.mk>
|