diff options
Diffstat (limited to 'x11/xfedor/Makefile')
-rw-r--r-- | x11/xfedor/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile deleted file mode 100644 index 7d1cd9f2e49..00000000000 --- a/x11/xfedor/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# 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> |