forked from Lainports/freebsd-ports
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
19 lines
408 B
Makefile
19 lines
408 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
|
|
WWW= https://safecopy.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/safecopy \
|
|
man/man1/safecopy.1.gz
|
|
|
|
.include <bsd.port.mk>
|