aboutsummaryrefslogtreecommitdiff
path: root/deskutils/dfshow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/dfshow/Makefile')
-rw-r--r--deskutils/dfshow/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/deskutils/dfshow/Makefile b/deskutils/dfshow/Makefile
index 7ba7746605bb..0d32712d57d0 100644
--- a/deskutils/dfshow/Makefile
+++ b/deskutils/dfshow/Makefile
@@ -1,22 +1,28 @@
PORTNAME= dfshow
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.1-beta
+DISTVERSION= 0.10.3-beta
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Directory file editor
+WWW= https://dfshow.op-ezy.co.uk/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libconfig.so:devel/libconfig
-USES= autoreconf gmake localbase ncurses
+USES= autoreconf gettext-runtime gettext-tools gmake localbase ncurses
+
USE_GITHUB= yes
GH_ACCOUNT= roberthawdon
+
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
+CONFLICTS_INSTALL= ja-mh mmh nmh nmh-devel # man/man1/show.1.gz
post-patch:
- @${REINPLACE_CMD} 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/Makefile.am
+ @${REINPLACE_CMD} 's/-lncursesw/${NCURSESLIBS}/g' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>