22 lines
396 B
Makefile
22 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dfshow
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8.2
|
|
DISTVERSIONSUFFIX= -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
|
|
|
|
.include <bsd.port.mk>
|