summaryrefslogtreecommitdiff
path: root/net/yaz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r--net/yaz/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
new file mode 100644
index 000000000000..91454be781b8
--- /dev/null
+++ b/net/yaz/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: yaz
+# Date created: 16 Sep 2000
+# Whom: Dmitry Sivachenko <dima@Chg.RU>
+#
+# $FreeBSD$
+#
+
+PORTNAME= yaz
+PORTVERSION= 1.6
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.indexdata.dk/pub/yaz/
+
+MAINTAINER= dima@Chg.RU
+
+GNU_CONFIGURE= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKSRC}/doc; ${MAKE} install)
+.endif
+
+.include <bsd.port.mk>