mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
0d70c41ab1
Reported by: portscout
25 lines
465 B
Makefile
25 lines
465 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dfshow
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.1-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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|