aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fpc-opengl/Makefile
blob: 40987968bf4c15ba9f91e7920a98c45780aeaa46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$

PORTREVISION=   2
CATEGORIES= graphics lang
PKGNAMESUFFIX=  -opengl

MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT=    Free Pascal interface to the OpenGL library

USE_FPC=    x11

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}

OPTIONS_DEFINE= EXAMPLES OPENGL
OPENGL_DESC=    Install opengl libraries
OPTIONS_DEFAULT=    OPENGL

OPENGL_USE= GL=glut
HAVE_EXAMPLES=  yes

.include "${MASTERDIR}/Makefile"