4196590fa5
This has been on the TODO list for forever... PR: 238764 Reported by: yuri
22 lines
700 B
Makefile
22 lines
700 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kimagemapeditor
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE generator of HTML image maps
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash guiaddons i18n iconthemes itemviews \
|
|
jobwidgets js kdelibs4support khtml kio notifications \
|
|
parts service solid sonnet textwidgets unitconversion \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|