freebsd-ports/graphics/cybervrml97/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

37 lines
981 B
Makefile

# ex:ts=8
# New ports collection makefile for: CyberVRML97
# Date created: Dec 12, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cybervrml97
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= graphics
# the master site really is SourceForge, but they only have version 1.1.0
# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITES=
MASTER_SITE_SUBDIR= cv97cc
DISTFILES= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX} Makefile
EXTRACT_ONLY= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A development library of VRML97/2.0 applications
DEPRECATED= "current version no longer available from mastersite\; port is very old"
EXPIRATION_DATE= "April 09, 2004"
DIST_SUBDIR= ${PORTNAME}
USE_MESA= yes
USE_BISON= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/cv97
MAKE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include -fPIC" \
LIBS="-L${X11BASE}/lib"
INSTALLS_SHLIB= yes
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>