diff options
Diffstat (limited to 'comms/klog/Makefile')
-rw-r--r-- | comms/klog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile index 19b013df07f5..81be8ec55fe1 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -6,6 +6,7 @@ PORTNAME= klog PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= klog @@ -16,9 +17,12 @@ COMMENT= ADIF compatible logging application LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes USE_GMAKE= yes USE_KDELIBS_VER=3 +DOCSDIR=share/doc/HTML + post-install: @${INSTALL_DATA} ${WRKSRC}/src/klog.desktop \ ${PREFIX}/share/applnk/Applications/klog.desktop |