blob: 6f6b9ea41fd5231f58785687499e34041423253f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|