Changeset View
Changeset View
Standalone View
Standalone View
devel/qt4-help-tools/Makefile
| # Created by: danny@ricin.com | # Created by: danny@ricin.com | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= help | PORTNAME= help | ||||
| DISTVERSION= ${QT4_VERSION} | DISTVERSION= ${QT4_VERSION} | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| PKGNAMEPREFIX= qt4- | PKGNAMEPREFIX= qt4- | ||||
| PKGNAMESUFFIX= -tools | PKGNAMESUFFIX= -tools | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Qt utilities for generating documentation | COMMENT= Qt utilities for generating documentation | ||||
| RUN_DEPENDS= qtchooser:misc/qtchooser | |||||
| USE_QT4= qmake_build moc_build rcc_build uic_build corelib \ | USE_QT4= qmake_build moc_build rcc_build uic_build corelib \ | ||||
| gui sql xml doc help | gui sql xml doc help | ||||
| QT_DIST= yes | QT_DIST= yes | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| ALL_TARGET= first | ALL_TARGET= first | ||||
| Show All 29 Lines | |||||