2d94dc2a57
that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
20 lines
467 B
Makefile
20 lines
467 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
|
|
|
|
# Depended on by lang/gambas2 lang/gambas2-base
|
|
BROKEN= fails to build
|
|
DEPRECATED= has been broken for over a year
|
|
EXPIRATION_DATE=2011-10-31
|
|
|
|
.include "${MASTERDIR}/Makefile"
|