d9022d8e44
The OpenGL component for gambas
15 lines
332 B
Makefile
15 lines
332 B
Makefile
# New ports collection makefile for: gambas2-gb-opengl
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -gb-opengl
|
|
|
|
COMMENT= The OpenGL component for gambas
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|