blob: c4615e8add5480b3b757f7d04135b8024aa5ae0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $FreeBSD$
PORTNAME= okteta
DISTVERSION= 0.26.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE hex editor
LIB_DEPENDS= libqca-qt5.so:devel/qca
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \
shared-mime-info tar:xz
USE_KDE= attica auth bookmarks codecs completion crash \
config configwidgets coreaddons dbusaddons doctools \
ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
newstuff parts service solid sonnet textwidgets \
widgetsaddons xmlgui
USE_QT= concurrent core dbus declarative designer gui network printsupport \
script scripttools widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
.include <bsd.port.mk>
|