1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/net/yaz/Makefile
James E. Housley d26cf3fe9d bento can't seem to fetch the distfile for some reason. Add another
site to get it into the system.
2000-10-29 13:20:48 +00:00

24 lines
413 B
Makefile

# 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= ftp://ftp.indexdata.dk/pub/yaz/ \
http://people.FreeBSD.org/~jeh/
MAINTAINER= dima@Chg.RU
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}/doc; ${MAKE} install)
.endif
.include <bsd.port.mk>