1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

22 lines
352 B
Makefile

PORTNAME= clone
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.8
CATEGORIES= sysutils
MAINTAINER= cyclaero@gmail.com
COMMENT= File tree cloning tool
LICENSE= BSD2CLAUSE
USES= compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= cyclaero
PLIST_FILES= bin/clone \
man/man1/clone.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/clone
.include <bsd.port.mk>