blob: 68e6268f6308d8f1624bcdd543d601754b52da21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= safecopy
PORTVERSION= 1.7
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= anastasios@mageirias.com
COMMENT= Safe copying of files and partition
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/safecopy \
man/man1/safecopy.1.gz
.include <bsd.port.mk>
|