Changeset View
Changeset View
Standalone View
Standalone View
devel/qt4-uic3/Makefile
| # Created by: lofi@FreeBSD.org | # Created by: lofi@FreeBSD.org | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= uic3 | PORTNAME= uic3 | ||||
| DISTVERSION= ${QT4_VERSION} | DISTVERSION= ${QT4_VERSION} | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| PKGNAMEPREFIX= qt4- | PKGNAMEPREFIX= qt4- | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Qt 3-compatible User Interface Compiler | COMMENT= Qt 3-compatible User Interface Compiler | ||||
| RUN_DEPENDS= qtchooser:misc/qtchooser | |||||
| USE_QT4= qmake_build qt3support corelib gui network sql xml porting | USE_QT4= qmake_build qt3support corelib gui network sql xml porting | ||||
| QT_DIST= yes | QT_DIST= yes | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| ALL_TARGET= first | ALL_TARGET= first | ||||
| CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH | CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH | ||||
| Show All 22 Lines | |||||