summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-21 10:58:15 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-21 10:58:15 +0000
commitf2cf8cf8dcedcdfd3164c29f7a43cac495fe5bae (patch)
tree82f05a3a843229b0ad53e47add13c199ad0cf9ba /devel
parent- Properly test if the user wnats NVIDIA_GL (diff)
- Fix MASTER_SITES
- pet portlint while here Submitted by: David Holm (maintainer) promted by fenner's DF survey
Notes
Notes: svn path=/head/; revision=182898
Diffstat (limited to 'devel')
-rw-r--r--devel/sgl/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/devel/sgl/Makefile b/devel/sgl/Makefile
index 4fb53714b6ff..914147f605d7 100644
--- a/devel/sgl/Makefile
+++ b/devel/sgl/Makefile
@@ -5,20 +5,21 @@
# $FreeBSD$
#
-PORTNAME= sgl
-PORTVERSION= 2.0a3
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/stl/
-DISTNAME= SGL-${PORTVERSION}
-
-MAINTAINER= david@realityrift.com
+PORTNAME= sgl
+PORTVERSION= 2.0a3
+CATEGORIES= devel
+MASTER_SITES= http://www1.cs.columbia.edu/dcc/nestor/presentations/SGL/ \
+ ftp://ftp.cs.rpi.edu/pub/stl/
+DISTNAME= SGL-${PORTVERSION}
+
+MAINTAINER= david@realityrift.com
COMMENT= STL implementation for ADA95
-RUN_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat
+RUN_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat
-NO_BUILD= yes
+NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>