freebsd-ports/sysutils/ua/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

31 lines
618 B
Makefile

# $FreeBSD$
PORTNAME= ua
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Finds sets of identical files
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= euedge
GH_TAGNAME= 7a35148
USE_AUTOTOOLS= autoconf aclocal automake autoheader
AUTOMAKE_ARGS+= --add-missing
PLIST_FILES= bin/kua bin/ua \
man/man1/kua.1.gz man/man1/ua.1.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1/
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>