blob: 0518046353e4572fd00cbb4840e669617a98ac96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# 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://download.adaptec.com/raid/ccu/freebsd/
DISTNAME= 5400s_fbsd_cli_v10
MAINTAINER= ports@FreeBSD.org
COMMENT= Adaptec SCSI RAID administration tool
USE_ZIP= yes
RESTRICTED= May not be redistributed in binary form
NO_CDROM= yes
IA32_BINARY_PORT= yes
PLIST= ${MASTERDIR}/pkg-plist.i386
MD5_FILE= ${MASTERDIR}/distinfo.i386
NO_BUILD= yes
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
IGNORE_POST_INSTALL= I
.endif
do-install:
${PKG_ADD} -R${IGNORE_POST_INSTALL} ${WRKSRC}/${PKGNAME}_${PORTREVISION}.tgz
.include <bsd.port.post.mk>
|