52806c2a13
since without this change, I cannot build same on Linux.
21 lines
551 B
Makefile
21 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/10/02 08:34:26 rillig Exp $
|
|
|
|
DISTNAME= same-1.8
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.bitwizard.nl/same/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.bitwizard.nl/
|
|
COMMENT= Find identical files and link(2) them to save disk space
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
AUTO_MKDIRS= yes
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
post-extract:
|
|
cd ${FILESDIR} && cp -f Makefile same.1 same.cat1 ${WRKSRC}
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|