3064d16c67
PR: 176312 Submitted by: maintainer
17 lines
236 B
Makefile
17 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clone
|
|
PORTVERSION= 1.0.1
|
|
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>
|