cf1db64286
- Switch to USES=autoreconf
30 lines
539 B
Makefile
30 lines
539 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ua
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Finds sets of identical files
|
|
|
|
LICENSE= MPL
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= euedge
|
|
GH_TAGNAME= 7a35148
|
|
|
|
USES= autoreconf
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/kua bin/ua \
|
|
man/man1/kua.1.gz man/man1/ua.1.gz
|
|
PORTDOCS= README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1/
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|