freebsd-ports/graphics/cybervrml97/Makefile
Mark Linimon 04acdfb085 Per distfile report, update WWW site and also mastersite. However,
this port has gotten stale, and this version (1.0.6) is not available
there; only 1.1.0.  Since the maintainer has not been active in the
FreeBSD community for quite some time, reset to ports@FreeBSD.org.
If someone uses this port, the time to adopt it would be now ...

Reviewed by:	portmgr (maintainer update).
2003-12-31 08:05:05 +00:00

34 lines
840 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
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
DIST_SUBDIR= ${PORTNAME}
USE_MESA= yes
USE_BISON= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/cv97
MAKE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
INSTALLS_SHLIB= yes
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>