2000-10-24 02:19:01 +00:00
|
|
|
# New ports collection makefile for: yaz
|
2001-12-23 10:46:44 +00:00
|
|
|
# Date created: 16 Sep 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
2000-10-24 02:19:01 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yaz
|
2002-01-04 19:45:50 +00:00
|
|
|
PORTVERSION= 1.8.4
|
2000-10-24 02:19:01 +00:00
|
|
|
CATEGORIES= net
|
2001-12-23 10:46:44 +00:00
|
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
2000-10-24 02:19:01 +00:00
|
|
|
|
2000-11-13 12:45:40 +00:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2000-10-24 02:19:01 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-01-04 19:45:50 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
2001-12-23 20:06:57 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-10-24 02:19:01 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@(cd ${WRKSRC}/doc; ${MAKE} install)
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|