# New ports collection makefile for: vtk # Date created: 24 Nov 1997 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= vtk PORTVERSION= 3.2 CATEGORIES= math MASTER_SITES= ftp://public.kitware.com/pub/vtk/vtk${PORTVERSION}/ DISTNAME= vtk32-src-unix EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_MESA= yes WRKSRC= ${WRKDIR}/vtk${PORTVERSION} INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake CONFIGURE_ARGS+= --with-contrib --with-tkwidget # Support for Python is compiled in by default. .if !defined(WITHOUT_PYTHON) CONFIGURE_ARGS+= --with-python USE_PYTHON= yes .endif .if defined(WITH_PATENTED) CONFIGURE_ARGS+= --with-patented PLIST= ${PKGDIR}/pkg-plist.with_patented .endif post-patch: ${PERL} -pi -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g; \ s|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" \ ${WRKSRC}/user.make @${FIND} ${WRKSRC} -name "*.cxx" | ${XARGS} ${PERL} -pi -e \ 's|malloc.h|stdlib.h|' post-install: .if !defined(WITHOUT_PYTHON) ${PYTHON_CMD} -c "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" ${PYTHON_CMD} -Oc "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );" .endif .include value='cinnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cdk
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces from category develehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* Remove dead mirrorbapt2014-02-081-2/+1
* Drop maintainershipbapt2013-12-171-1/+1
* Support stagebapt2013-09-254-1063/+1031
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Convert to USES=gmakebapt2013-07-051-2/+1
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
* Add a mirror for the distfilebapt2013-03-241-1/+2
* Use PORTEXAMPLES variable instead of custom EXAMPLES in plistbapt2013-03-242-165/+158
* Install cdk5-config with execution rightsbapt2013-01-291-0/+3
* - update to 5.0.20120323bapt2012-12-314-115/+12
* Fix build with clangbapt2011-06-211-1/+2
* Add a new macro to deal with conflict between ncurses from base and ncurses f...bapt2011-04-111-12/+1
* - fix example in cdk_display(3)bapt2010-11-221-0/+99
* - update to 5.0-20090215bapt2010-11-195-41/+77
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
* - Fix handling of portdocs and portexamplesbeech2008-09-043-167/+198
* Reset MrL0Lz@gmail.com due to maintainer-timeouts and no response to email.linimon2008-09-031-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - fix build on FreeBSD5 and FreeBSD4dinoex2006-11-262-0/+27
* - set NOPRECIOUSSOFTMAKEVARSdinoex2006-11-051-0/+1
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* - Update to 5.0.20050424pav2005-12-275-32/+66
* - Add some SHA256 checksumspav2005-11-241-0/+1
* - Completely disconnect the man-page symlinks for the time being: The previousvs2005-02-193-2/+21
* List man-pages I missed in previous commit. While here, sort and shave offvs2005-02-182-740/+858
* Update to 20041224 snapshotvs2005-02-163-6/+9
* Tidy up whitespace.trevor2004-04-111-1/+1
* - Update to version 4.9.11.20031210krion2004-02-144-169/+204
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* SIZEify.trevor2004-01-291-0/+1
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+0
* 4.9.10-20020809 => 4.9.10.20020809edwin2003-10-081-1/+3
* REST IN PEACEwill2003-06-091-1/+1
* Add missing doc fileskris2003-04-061-0/+7
* Clear moonlight beckons.ade2003-03-072-1/+1
* Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'kris2003-02-101-0/+1
* switch to Tom Dickey's preferred domainalane2003-01-311-1/+1
* update portrev to go with MANLINK => MLINKS changealane2003-01-141-1/+1
* fix bad variable name for man page linksalane2003-01-141-671/+671
* Added -Wl,-rpath,${LOCALBASE}/lib in the section that gets evaluated if youalane2003-01-021-1/+5
* Updated to new version by Tom Dickey (ncurses author).alane2003-01-019-180/+913
* Working around recalcitrant cvs.alane2003-01-011-54/+0
* change maintainer, thats all.alane2002-12-181-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Fix mastersite.obrien2002-02-221-7/+7
* Simple aesthetic fix: "^post-install" instead of "^ post-install"lioux2001-02-141-1/+1
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-3/+2
* Chase the checksum (configure/makefile changes), and add two missing fileskris2000-09-223-1/+4
* Update to version 4.9.10.obrien2000-08-274-13/+37
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-17