2004-10-05 22:06:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.27 2004/10/05 20:06:36 tron Exp $
|
2002-01-07 09:11:32 +01:00
|
|
|
|
2003-02-04 19:06:48 +01:00
|
|
|
DISTNAME= qt3-${QTVERSION}
|
2004-10-05 22:06:36 +02:00
|
|
|
PKGREVISION= 1
|
2002-01-07 09:11:32 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
COMMENT= "meta-package" for the QT GUI C++ toolkit
|
|
|
|
|
|
|
|
.include "./Makefile.common"
|
|
|
|
|
2004-10-05 22:06:36 +02:00
|
|
|
DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs
|
|
|
|
DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools
|
|
|
|
DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs
|
2002-01-07 09:11:32 +01:00
|
|
|
|
2004-05-01 20:31:36 +02:00
|
|
|
NO_BUILDLINK= yes
|
2003-08-01 17:31:07 +02:00
|
|
|
USE_X11= yes
|
2002-01-07 09:11:32 +01:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|