blob: 9e039f9d078f24c45f4c416a69908e71d1d1f856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= okteta
DISTVERSION= 0.26.6
PORTEPOCH= 1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE hex editor
USES= cmake compiler:c++11-lang gettext kde:5 qca 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 windowsystem 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>
|