17 lines
346 B
Makefile
17 lines
346 B
Makefile
# New ports collection makefile for: gambas2-components
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -components
|
|
|
|
COMMENT= Native components for gambas2
|
|
|
|
GAMBAS_COMPONENT=comp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|