svn commit: r314514 - head/math/vtk
Eitan Adler
eadler at FreeBSD.org
Mon Mar 18 01:55:19 UTC 2013
Author: eadler
Date: Mon Mar 18 01:55:19 2013
New Revision: 314514
URL: http://svnweb.freebsd.org/changeset/ports/314514
Log:
Trim Headers
Add License
Modified:
head/math/vtk/Makefile
Modified: head/math/vtk/Makefile
==============================================================================
--- head/math/vtk/Makefile Mon Mar 18 01:44:03 2013 (r314513)
+++ head/math/vtk/Makefile Mon Mar 18 01:55:19 2013 (r314514)
@@ -1,17 +1,5 @@
-# New ports collection makefile for: vtk
-# Date created: 10 Oct 2003
-# Whom: Mykola Khotyaintsev <ko at irfu.se>
-#
+# Created by: Mykola Khotyaintsev <ko at irfu.se>
# $FreeBSD$
-#
-# By default
-#
-# There are some options to tune VTK towards your specific needs.
-# You can activate a feature by typing something like
-# "make -DKNOB" or "make KNOB=yes" instead of just "make"
-#
-# WITH_TESTING build the testing binaries (only for vtk and vtk-java port)
-#
PORTNAME= vtk
PORTVERSION= 4.4
@@ -38,6 +26,8 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${P
USE_TCL= 84
USE_TK= 84
+LICENSE= BSD
+
.include <bsd.port.pre.mk>
.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"
More information about the svn-ports-head
mailing list