diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-18 09:55:19 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-18 09:55:19 +0800 |
commit | 9d6f125db9e3032814328dafda5d8c8f790854a7 (patch) | |
tree | 8e5850065040e64218ca093180d2486c08aa076d /math/vtk | |
parent | a01a470ea4e67d99b852748b68f126ddaa03e742 (diff) | |
download | freebsd-ports-gnome-9d6f125db9e3032814328dafda5d8c8f790854a7.tar.gz freebsd-ports-gnome-9d6f125db9e3032814328dafda5d8c8f790854a7.tar.zst freebsd-ports-gnome-9d6f125db9e3032814328dafda5d8c8f790854a7.zip |
Trim Headers
Add License
Diffstat (limited to 'math/vtk')
-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" |