diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 22:51:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 22:51:50 +0000 |
commit | 9f4ec8391bdcb4b685b8ccf3398c64c1cd67b5d7 (patch) | |
tree | adea3410fc051b9c91c31c84ea98dd4d8d15b8b8 /graphics/nurbs++/Makefile | |
parent | 55940aa22f488d8865286485d8edb4659d4222c1 (diff) | |
download | ports-9f4ec8391bdcb4b685b8ccf3398c64c1cd67b5d7.tar.gz ports-9f4ec8391bdcb4b685b8ccf3398c64c1cd67b5d7.zip |
Notes
Diffstat (limited to 'graphics/nurbs++/Makefile')
-rw-r--r-- | graphics/nurbs++/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile new file mode 100644 index 000000000000..20e682c2eab9 --- /dev/null +++ b/graphics/nurbs++/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: nurbs++ +# Date created: 14 May 2000 +# Whom: R Joseph Wright <rjoseph@mammalia.org> +# +# $FreeBSD$ +# + +PORTNAME= nurbs++ +PORTVERSION= 3.0.10 +CATEGORIES= graphics +MASTER_SITES= http://yukon.genie.uottawa.ca/~lavoie/software/nurbs/ + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes + +.include <bsd.port.mk> |