15 lines
352 B
Makefile
15 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"
|