Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/deskutils/dfshow/Makefile
17365 views
PORTNAME=	dfshow
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.1-beta
CATEGORIES=	deskutils

MAINTAINER=	[email protected]
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

post-patch:
	@${REINPLACE_CMD} 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/Makefile.am

.include <bsd.port.mk>