16 lines
325 B
Makefile
16 lines
325 B
Makefile
|
COMMENT = utility to mirror filesystems, directories, and files
|
||
|
DISTNAME = cpdup-5.4.0
|
||
|
CATEGORIES = sysutils
|
||
|
|
||
|
HOMEPAGE = https://www.dragonflybsd.org/
|
||
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c
|
||
|
|
||
|
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
|
||
|
|
||
|
.include <bsd.port.mk>
|