diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 0bebaafe2569..dc2558251673 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -1,17 +1,5 @@ -# New ports collection makefile for: vtk -# Date created: 10 Oct 2003 -# Whom: Mykola Khotyaintsev <ko@irfu.se> -# +# Created by: Mykola Khotyaintsev <ko@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=${PKGNAME} USE_TCL= 84 USE_TK= 84 +LICENSE= BSD + .include <bsd.port.pre.mk> .if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers" |