freebsd-ports/x11-fonts/xfed/Makefile
Satoshi Asami ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00

24 lines
640 B
Makefile

# New ports collection makefile for: xfed
# Version required: something old
# Date created: 7 December 1994
# Whom: asami
#
# $Id: Makefile,v 1.15 1997/03/04 06:16:02 asami Exp $
#
DISTNAME= xfed
PKGNAME= xfed-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/
MAINTAINER= ports@FreeBSD.ORG
IGNOREFILES= ${DISTFILES}
USE_IMAKE= yes
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
WRKSRC= ${WRKDIR}/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/xfed
pre-clean:
-rm -rf ${.CURDIR}/src
.include <bsd.port.mk>