freebsd-ports/deskutils/dfshow/Makefile
Stefan Eßer 1d3149ef6e Fix CONFLICTS_INSTALL in the deskutils category
Approved by:	portmgr (implicit)
2022-06-29 18:08:51 +02:00

26 lines
516 B
Makefile

PORTNAME= dfshow
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.6-beta
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Directory file editor
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libconfig.so:devel/libconfig
USES= autoreconf gmake localbase ncurses
USE_GITHUB= yes
GH_ACCOUNT= roberthawdon
GNU_CONFIGURE= yes
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>