mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ed9ccb899b
Reported by: pointyhat
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# New ports collection makefile for: gambas2-gb-qt
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= x11-toolkits lang
|
|
PKGNAMESUFFIX= -gb-qt
|
|
|
|
COMMENT= The gambas Qt GUI component
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
BROKEN= fails to build
|
|
|
|
.include "${MASTERDIR}/Makefile"
|