5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -opengl
|
|
|
|
COMMENT= Free Pascal interface to the OpenGL library
|
|
|
|
USES= fpc
|
|
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"
|