cf118ccf87
Reported by: lwhsu
18 lines
368 B
Makefile
18 lines
368 B
Makefile
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>
|