aboutsummaryrefslogtreecommitdiff
path: root/sysutils/safecopy/Makefile
blob: 16cb6bf72360463f2b01ac6f9366d17d58149be5 (plain) (blame)
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
WWW=		http://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>