b9b5e71f19
- Update to 1.0.2 Changes: https://code.google.com/p/clone/source/browse/trunk/ChangeLog PR: ports/180028 Submitted by: Dr. Rolf Jansen <cyclaero@gmail.com> (maintainer)
17 lines
236 B
Makefile
17 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clone
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= cyclaero@gmail.com
|
|
COMMENT= File tree cloning tool
|
|
|
|
LICENSE= BSD
|
|
|
|
PLIST_FILES= bin/clone
|
|
|
|
MAN1= clone.1
|
|
|
|
.include <bsd.port.mk>
|