mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
d26cf3fe9d
site to get it into the system.
24 lines
413 B
Makefile
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>
|