2001-12-11 20:27:37 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: CyberVRML97
|
|
|
|
# Date created: Dec 12, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cybervrml97
|
|
|
|
PORTVERSION= 1.0.6
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-12-11 20:27:37 +01:00
|
|
|
CATEGORIES= graphics
|
2003-12-31 09:05:05 +01:00
|
|
|
# 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
|
2001-12-11 20:27:37 +01:00
|
|
|
DISTFILES= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX} Makefile
|
|
|
|
EXTRACT_ONLY= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX}
|
|
|
|
|
2003-12-31 09:05:05 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A development library of VRML97/2.0 applications
|
2004-02-17 11:30:34 +01:00
|
|
|
DEPRECATED= "current version no longer available from mastersite\; port is very old"
|
|
|
|
EXPIRATION_DATE= "April 09, 2004"
|
2001-12-11 20:27:37 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
USE_MESA= yes
|
|
|
|
USE_BISON= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/cv97
|
2004-01-31 01:14:39 +01:00
|
|
|
MAKE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include -fPIC" \
|
2001-12-11 20:27:37 +01:00
|
|
|
LIBS="-L${X11BASE}/lib"
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${CP} ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|