aboutsummaryrefslogtreecommitdiffstats
path: root/net/openistgt/Makefile
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-03-11 08:01:31 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-03-11 08:01:31 +0800
commitdca9d8c23f492b92adca2ad2591a8c16f27efd28 (patch)
tree2e5892e0d10970f0a89a63a1ccfba185192dd44f /net/openistgt/Makefile
parent0e73fbac5c7ae0350d7daf315ff6927d0acc45c6 (diff)
downloadfreebsd-ports-gnome-dca9d8c23f492b92adca2ad2591a8c16f27efd28.tar.gz
freebsd-ports-gnome-dca9d8c23f492b92adca2ad2591a8c16f27efd28.tar.zst
freebsd-ports-gnome-dca9d8c23f492b92adca2ad2591a8c16f27efd28.zip
Add istgt 20090223, an iSCSI target for FreeBSD 7.x with ZFS.
PR: ports/132016 Submitted by: Daisuke Aoyama <aoyama at peach.ne.jp>
Diffstat (limited to 'net/openistgt/Makefile')
-rw-r--r--net/openistgt/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/openistgt/Makefile b/net/openistgt/Makefile
new file mode 100644
index 000000000000..512352faa6ba
--- /dev/null
+++ b/net/openistgt/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: istgt
+# Date created: 2009-02-23
+# Whom: Daisuke Aoyama <aoyama@peach.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= istgt
+PORTVERSION= 20090223
+CATEGORIES= net
+MASTER_SITES= http://www.peach.ne.jp/archives/istgt/
+
+MAINTAINER= aoyama@peach.ne.jp
+COMMENT= An iSCSI target for FreeBSD 7.x with ZFS
+
+SUB_FILES= pkg-message
+PKGMESSAGE= ${WRKDIR}/pkg-message
+
+GNU_CONFIGURE= yes
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>