From 967a28aef293cce26fe99b33d596d1354c670ac5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 21 Jun 2006 16:01:47 +0000 Subject: Add fpc-opengl , free Pascal interface to the OpenGL library. PR: ports/98674 Submitted by: Jose Alonso Cardenas Marquez --- graphics/fpc-opengl/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 graphics/fpc-opengl/Makefile (limited to 'graphics/fpc-opengl') 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 +# +# $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" -- cgit v1.2.3