Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / safecopy / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       safecopy
4 PORTVERSION=    1.7
5 CATEGORIES=     sysutils
6 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
7
8 MAINTAINER=     anastasios@mageirias.com
9 COMMENT=        Safe copying of files and partition
10
11 LICENSE=        GPLv2
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 USES=           gmake
15 GNU_CONFIGURE=  yes
16
17 PLIST_FILES=    bin/safecopy \
18                 man/man1/safecopy.1.gz
19
20 .include <bsd.port.mk>