freebsd-ports/net/yaz/Makefile
2002-08-20 18:45:43 +00:00

25 lines
443 B
Makefile

# New ports collection makefile for: yaz
# Date created: 16 Sep 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= yaz
PORTVERSION= 1.8.9
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>