diff options
| author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-17 17:24:13 +0000 |
|---|---|---|
| committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-17 17:24:13 +0000 |
| commit | 55946fa76bd3fe24b964d54377a45a4141f5a267 (patch) | |
| tree | fc1041f735669449eb03b86cde72a64b041e95d3 /sysutils/areca-cli/Makefile | |
| parent | 603d0038ceecaf2846a42754c9c00d8b9da96db2 (diff) | |
Notes
Diffstat (limited to 'sysutils/areca-cli/Makefile')
| -rw-r--r-- | sysutils/areca-cli/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/areca-cli/Makefile b/sysutils/areca-cli/Makefile new file mode 100644 index 000000000000..c9fbc0153d92 --- /dev/null +++ b/sysutils/areca-cli/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: areca-cli +# Date created: 16 July 2006 +# Whom: Rink Springer <rink@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= areca-cli +PORTVERSION= ${CLI_VER}.${CLI_REV} +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.unnet.nl/pub/areca/RaidCards/AP_Drivers/FreeBSD/CLI/ \ + ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/FreeBSD/CLI/ +DISTNAME= V${CLI_VER}_${CLI_REV} + +MAINTAINER= rink@FreeBSD.org +COMMENT= Command Line Interface for the Areca ARC-xxxx RAID controllers + +ONLY_FOR_ARCHS= i386 amd64 + +PLIST_FILES= sbin/areca-cli + +USE_ZIP= yes +NO_BUILD= yes + +CLI_VER= 1.5 +CLI_REV= 50930 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cli32 ${PREFIX}/sbin/areca-cli + +.include <bsd.port.mk> |
