mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
98eb11b2f0
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
19 lines
382 B
Makefile
19 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= umbrello
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= UML modeller for KDE
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
|
|
|
USES= cmake:outsource kde:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|