pkgsrc-wip/opencascade/Makefile
Aleksej Saushev c0afda6803 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 21:32:45 +00:00

27 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/03 21:32:46 asau Exp $
#
DISTNAME= OpenCASCADE_src
PKGNAME= opencascade-6.3
CATEGORIES= cad
MASTER_SITES= http://files.opencascade.com/OCC_6.3_release/
EXTRACT_SUFX= .tgz
MAINTAINER= silasdb@gmail.com
HOMEPAGE= http://www.opencascade.org/
COMMENT= Software development platform for 3D CAD CAM CAE
LICENSE= opencascade-license
LICENSE_FILE= opencascade-license
GNU_CONFIGURE_PREFIX= ${PREFIX}/opencascade
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/OpenCASCADE6.3.0/ros
USE_LANGUAGES= c c++
.include "options.mk"
.include "../../mk/bsd.pkg.mk"