blob: 76ccd83952e9c9f247a8ebf695a02e4461bcc2a2 (
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
26
27
28
|
# New ports collection makefile for: duff
# Date created: 2009-06-10
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= duff
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Duplicate file finder
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= duff.1
PLIST_FILES= bin/duff \
share/duff/join-duplicates.sh
PLIST_DIRS= share/duff
post-patch:
${CHMOD} +x ${WRKSRC}/install-sh
.include <bsd.port.mk>
|