freebsd-ports/sysutils/duff/Makefile
2014-06-28 14:28:16 +00:00

28 lines
425 B
Makefile

# $FreeBSD$
PORTNAME= duff
PORTVERSION= 0.5.2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= jhale@FreeBSD.org
COMMENT= Duplicate file finder
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= README.SHA
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>