1769f15cdf
Reported by: portscout
27 lines
551 B
Makefile
27 lines
551 B
Makefile
PORTNAME= dfshow
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.7-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
|
|
|
|
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>
|