mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -opengl
|
|
|
|
MAINTAINER= acm@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"
|