1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/okteta/Makefile
Adriaan de Groot 749e4a1009 Restore PORTEPOCH in devel/okteta
I had removed this, blindly seeing "something below DISTVERSION" and
thinking it was PORTREVISION. Restore order to the world and/or
version numbers. As erwin@ / portscout puts it:

	"A common error is an accidental deletion of PORTEPOCH."

Reported by:	portscout
2021-02-04 13:04:24 +00:00

25 lines
725 B
Makefile

# $FreeBSD$
PORTNAME= okteta
DISTVERSION= 0.26.5
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>