2003-01-08 11:45:55 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2003/01/08 10:45:55 tron Exp $
|
2002-01-07 09:11:32 +01:00
|
|
|
|
2003-01-08 11:45:55 +01:00
|
|
|
DISTNAME= qt3-${QTVERSION}nb2
|
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"
|
|
|
|
|
2002-12-24 19:36:16 +01:00
|
|
|
DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs
|
2003-01-08 11:45:55 +01:00
|
|
|
DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools
|
2002-12-24 19:36:16 +01:00
|
|
|
DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs
|
2002-01-07 09:11:32 +01:00
|
|
|
|
2002-10-02 09:28:17 +02:00
|
|
|
USE_BUILDLINK2= yes
|
2002-01-07 09:11:32 +01:00
|
|
|
USE_X11BASE= yes
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_PATCH= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|