summaryrefslogblamecommitdiff
path: root/net/yaz/Makefile
blob: ec20808f92e87cbc403b920514b2953f5ecd42c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           

                                                                       




                   
                     
                   
                                                
 
                                 

                   
                                       
                   






                                                    
# New ports collection makefile for:	yaz
# Date created:				16 Sep 2000
# Whom:					Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#

PORTNAME=	yaz
PORTVERSION=	1.8.7
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>