1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/yaz/Makefile

25 lines
427 B
Makefile
Raw Normal View History

# New ports collection makefile for: yaz
# Date created: 16 Sep 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= yaz
PORTVERSION= 1.6
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jeh
MAINTAINER= dima@Chg.RU
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>