pkgsrc-wip/same/Makefile
Roland Illig d7317497fb First version. `Same' is a program to merge identical files into inodes
by using hard links or symbolic links.
2004-01-31 19:49:41 +00:00

14 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.1 2004/01/31 19:49:41 rillig Exp $
DISTNAME= same-1.3
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.bitwizard.nl/same/
MAINTAINER= roland.illig@gmx.de
HOMEPAGE= http://www.bitwizard.nl/
COMMENT= Find identical files and link(2) them to save disk space.
MAKEFILE= Makefile.pkgsrc
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"