mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
3c0691fbab
IDE for the gambas programming language Forgotten by: me
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# New ports collection makefile for: gambas2-ide
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= editors lang
|
|
PKGNAMESUFFIX= -ide
|
|
|
|
COMMENT= IDE for the gambas programming language
|
|
|
|
GAMBAS_COMPONENT=app
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|