# New ports collection makefile for:	libvc
# Date created:				12 May 2003
# Whom:	      				Oliver Braun
#
# $FreeBSD: ports/devel/libvc/Makefile,v 1.2 2003/05/16 11:19:29 obraun Exp $
#

PORTNAME=	libvc
PORTVERSION=	002
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	rolo

MAINTAINER=	obraun@FreeBSD.org
COMMENT=	A vCard library

USE_BZIP2=	yes
USE_BISON=	yes
GNU_CONFIGURE=	yes

MAN3=		vc.3

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
	@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
