diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-03 11:53:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-03 11:53:09 +0000 |
commit | 1e0681cae5e747ca4f0f3c69f98202d973d1cd57 (patch) | |
tree | 2af03e6df176e04d3de1d79827bc4c8fac362058 /sysutils/dar/Makefile | |
parent | 77233e9759c9fb77c2a947103ad54f7eb171d812 (diff) |
Notes
Diffstat (limited to 'sysutils/dar/Makefile')
-rw-r--r-- | sysutils/dar/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile new file mode 100644 index 000000000000..25617b8b6bc7 --- /dev/null +++ b/sysutils/dar/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: dar +# Date created: 3 January 2004 +# Whom: Edson Brandi <ebrandi@fugspbr.org> +# +# $FreeBSD$ +# + +PORTNAME= dar +PORTVERSION= 2.0.3 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ebrandi@fugspbr.org +COMMENT= DAR is a full featured command-line backup tool, aimed for disks + +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1 + +.include <bsd.port.mk> |