1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/yaz/Makefile
Dmitry Sivachenko 84a15f16b8 Do build shared libs.
Bump PORTREVISION.
2001-12-23 20:06:57 +00:00

26 lines
458 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.3
PORTREVISION= 1
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>