1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/net/yaz/Makefile

25 lines
443 B
Makefile
Raw Normal View History

# 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>
#
# $FreeBSD$
#
PORTNAME= yaz
2002-01-04 19:45:50 +00:00
PORTVERSION= 1.8.4
CATEGORIES= net
2001-12-23 10:46:44 +00:00
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
2002-01-04 19:45:50 +00:00
CONFIGURE_ARGS+= --enable-shared
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>