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