blob: 201e692d961da0a75f7df2b461a3c8e184d65999 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
PORTNAME= ua
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Finds sets of identical files
LICENSE= GPLv2
GNU_CONFIGURE= yes
MAN1= kua.1 ua.1
PLIST_FILES= bin/kua bin/ua
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>
|