summaryrefslogtreecommitdiff
path: root/net/yaz/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-24 02:19:01 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-24 02:19:01 +0000
commitafe756e838e98b7f79513d17f91d321dc7fdbf4d (patch)
tree0376777d83dcc274b8f266dc137d839eaa825f74 /net/yaz/Makefile
parentautodetected DB3, but fails to find includes (diff)
Add new port: net/yaz
YAZ is Z39.50 protocol API and sample client. PR: 21412 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=34159
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>