2014-02-13 00:18:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.40 2014/02/12 23:18:54 tron Exp $
|
2002-01-07 09:11:32 +01:00
|
|
|
|
2003-02-04 19:06:48 +01:00
|
|
|
DISTNAME= qt3-${QTVERSION}
|
2014-02-13 00:18:26 +01:00
|
|
|
PKGREVISION= 2
|
2002-01-07 09:11:32 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
COMMENT= "meta-package" for the QT GUI C++ toolkit
|
|
|
|
|
2009-04-26 13:43:44 +02:00
|
|
|
META_PACKAGE= yes
|
2008-06-20 03:09:05 +02:00
|
|
|
|
2002-01-07 09:11:32 +01:00
|
|
|
.include "./Makefile.common"
|
|
|
|
|
2004-10-07 18:28:18 +02:00
|
|
|
DEPENDS+= qt3-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-libs
|
|
|
|
DEPENDS+= qt3-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-tools
|
|
|
|
DEPENDS+= qt3-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-docs
|
2002-01-07 09:11:32 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|