freebsd-ports/sysutils/duff/Makefile
Jason E. Hale 7a42290a67 - Remove LICENSE_GROUPS, LICENSE_NAME, and LICENSE_PERMS since
the zlib license is now in bsd.licenses.db.mk

Reported by:	pointyhat
Submitted by:	tabthorpe
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-16 02:09:22 +00:00

41 lines
676 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
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= duff.1
PORTDOCS= README.SHA
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
.endif
post-patch:
.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} '/^install-data-am:/s/install-dist_docDATA//' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>