summaryrefslogtreecommitdiffstats
path: root/net/opendchub/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-06-09 17:59:48 +0000
committerlioux <lioux@FreeBSD.org>2002-06-09 17:59:48 +0000
commitdaa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c (patch)
tree66b51604bc3968e8a7726e7d62e3b81d497bd6d4 /net/opendchub/Makefile
parentc2eeadfdbea1aeff3af08d1a3f45a1ddc495bcaf (diff)
downloadFreeBSD-ports-daa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c.zip
FreeBSD-ports-daa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c.tar.gz
New port opendchub version 0.6.5: Unofficial Unix version of the
Direct Connect Hub software PR: 38682 Submitted by: Munish Chopra <munish@engmail.uwaterloo.ca>
Diffstat (limited to 'net/opendchub/Makefile')
-rw-r--r--net/opendchub/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile
new file mode 100644
index 0000000..a825f23
--- /dev/null
+++ b/net/opendchub/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: opendchub
+# Date created: May 29, 2002
+# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= opendchub
+PORTVERSION= 0.6.5
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= mchopra@engmail.uwaterloo.ca
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+DOC_FILES= COPYING README
+
+post-install:
+.ifndef(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud