1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/xfedor/Makefile
Edwin Groothuis 8a6e8d7148 x11/xfedor: mark BROKEN and DEPRECIATED
Does not fetch since mid-2004. [1]
	Depreciate it because it's old, old, old and unmaintained,
	no usable MASTER_SITES

	Expire it in 2 months.

	Silence portlint a little, for what good that does.

	Reported by:		fenner's distfiles survey [1]

PR:		ports/94791
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	maintainer timeout
2006-04-14 05:54:17 +00:00

43 lines
1012 B
Makefile

# New ports collection makefile for: xfedor
# Date created: 3 Sep 1996
# Whom: ache
#
# ATTENTION: It not work in > 256 colors modes, please fix it
# if you can.
#
# $FreeBSD$
#
PORTNAME= xfedor
PORTVERSION= 1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A .bdf fonts/.xbm bitmaps/.xpm colored pixmaps/mouse cursor editor
BROKEN= does not fetch
DEPRECATED= old, old, old, unmaintained, no usable MASTER_SITES
EXPIRATION_DATE= 2006-05-22
USE_IMAKE= yes
USE_XPM= yes
XFHELP= ${X11BASE}/lib/X11/xfedor # See patches too
XCAT1= ${X11BASE}/man/cat1
do-install:
cd ${WRKSRC}; \
${INSTALL_PROGRAM} xfedor ${PREFIX}/bin
-${MKDIR} ${XFHELP}
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${XFHELP}
${CHMOD} 755 ${XFHELP}
cd ${WRKSRC}/help; \
${INSTALL_DATA} * ${XFHELP}
${INSTALL_DATA} ${FILESDIR}/default.sos ${XFHELP}
cd ${WRKSRC}; \
${INSTALL_MAN} xfedor.txt ${XCAT1}/xfedor.1
.include <bsd.port.mk>