1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/imake/Makefile
Mark Linimon 23e091863e Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.

In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.

If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.

PR:		ports/62575
No objection:	freebsd-ports, 10 days
2004-02-17 10:30:34 +00:00

52 lines
1.4 KiB
Makefile

# New ports collection makefile for: Imake
# Date created: 01 Mar 2000
# Whom: max
#
# $FreeBSD$
#
PORTNAME= imake
PORTVERSION= 1.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.6/source/ \
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-3.3.6/source/ \
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/3.3.6/source/ \
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/3.3.6/source/
DISTNAME= X336src-1
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Imake and other utilities from XFree86
DEPRECATED= "no longer needed by any FreeBSD port"
EXPIRATION_DATE= "March 09, 2004"
MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
LATEST_LINK= imake
.else
LATEST_LINK= imake1
.endif
PREFIX= ${X11BASE}
DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc/config
MAN1= imake.1 lndir.1 makedepend.1 xmkmf.1 makestrs.1 \
makeg.1 mkdirhier.1
MANCOMPRESSED= yes
INSTALL_TARGET= install install.man
MTREE_FILE= /etc/mtree/BSD.x11.dist
.ifdef USE_IMAKE
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif
do-configure:
@${ECHO_CMD} > ${WRKSRC}/cf/host.def
@(cd ${WRKDIR}/xc; \
${MAKE} Makefile.boot ; \
${MAKE} -f xmakefile SUBDIRS="include config" VerifyOS Makefiles includes)
.include <bsd.port.post.mk>