pkgsrc/x11/qt3/Makefile
drochner e4b3aea5b4 update to 3.3.6
changes:
-bugfixes
-gcc-4.1 support
-translation updates
2006-03-31 14:38:02 +00:00

23 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.34 2006/03/31 14:38:02 drochner Exp $
DISTNAME= qt3-${QTVERSION}
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
COMMENT= "meta-package" for the QT GUI C++ toolkit
.include "./Makefile.common"
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
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"