freebsd-ports/net/yaz/Makefile
James E. Housley afe756e838 Add new port: net/yaz
YAZ is Z39.50 protocol API and sample client.

PR:		21412
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
2000-10-24 02:19:01 +00:00

23 lines
377 B
Makefile

# 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>