1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
2025-01-26 14:54:40 -08:00

30 lines
656 B
Makefile

PORTNAME= dfshow
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.3-beta
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Directory file editor
WWW= https://dfshow.org \
https://github.com/roberthawdon/dfshow
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libconfig.so:devel/libconfig
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/${NCURSESLIBS}/g' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>