opnsense-ports/sysutils/safecopy/Makefile
Franco Fichtner 15f9b1127a */*: sync with upstream
Taken from: FreeBSD
2017-02-08 08:23:28 +01:00

20 lines
381 B
Makefile

# $FreeBSD$
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>