1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/yaz/Makefile
2001-12-23 10:46:44 +00:00

23 lines
390 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
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>