aboutsummaryrefslogtreecommitdiff
path: root/graphics/fpc-opengl
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:01:47 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:01:47 +0000
commit967a28aef293cce26fe99b33d596d1354c670ac5 (patch)
tree52f45240447c6e50f8d6e51a833ba08362935dbf /graphics/fpc-opengl
parent7c58cf09e39d3275e7715cfbffb82eb0d7d7321e (diff)
downloadports-967a28aef293cce26fe99b33d596d1354c670ac5.tar.gz
ports-967a28aef293cce26fe99b33d596d1354c670ac5.zip
Add fpc-opengl , free Pascal interface to the OpenGL library.
PR: ports/98674 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165952
Diffstat (limited to 'graphics/fpc-opengl')
-rw-r--r--graphics/fpc-opengl/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile
new file mode 100644
index 000000000000..5bd4f598c0a9
--- /dev/null
+++ b/graphics/fpc-opengl/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: fpc-opengl
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -opengl
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the OpenGL library
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
+
+USE_GL= yes
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"