27 lines
655 B
Makefile
27 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/02/05 23:11:42 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= qt2-${QTVERSION}
|
|
PKGREVISION= 8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
COMMENT= "meta-package" for the QT GUI C++ toolkit
|
|
|
|
.include "Makefile.common"
|
|
|
|
DEPENDS+= qt2-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-libs
|
|
DEPENDS+= qt2-designer{,-kde}-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-designer
|
|
DEPENDS+= qt2-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-docs
|
|
DEPENDS+= qt2-examples-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-examples
|
|
|
|
USE_X11BASE= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|