summaryrefslogtreecommitdiff
path: root/sysutils/aaccli/Makefile
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-07 16:57:54 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-07 16:57:54 +0000
commit976162173c20793ab8246094c1175fb2c7f76e46 (patch)
treed16f1a2cc6065bf7ffbcced11305f448470d34ab /sysutils/aaccli/Makefile
parentAdd xfce4-notes 0.9, sticky notes panel plugin for XFce4. (diff)
Add the FreeBSD native version of the aac(4) RAID tools.
Submitted by: scottl
Notes
Notes: svn path=/head/; revision=90533
Diffstat (limited to 'sysutils/aaccli/Makefile')
-rw-r--r--sysutils/aaccli/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/aaccli/Makefile b/sysutils/aaccli/Makefile
new file mode 100644
index 000000000000..2019bdb71438
--- /dev/null
+++ b/sysutils/aaccli/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: aaccli
+# Date created: 7 October 2003
+# Whom: bms@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= aaccli
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://people.freebsd.org/~scottl/aac/
+DISTNAME= ${PORTNAME}-${PORTVERSION}_0
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= bms@FreeBSD.org
+COMMENT= Adaptec SCSI RAID administration tool
+
+RESTRICTED= "May not be redistributed in binary form"
+NO_CDROM= yes
+
+ONLY_FOR_ARCHS= i386
+PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
+MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
+
+NO_BUILD= yes
+
+do-install:
+ ${PKG_ADD} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+
+.include <bsd.port.mk>