freebsd-ports/devel/libvc/Makefile
2010-12-04 07:34:27 +00:00

34 lines
646 B
Makefile

# New ports collection makefile for: libvc
# Date created: 12 May 2003
# Whom: Oliver Braun
#
# $FreeBSD$
#
PORTNAME= libvc
PORTVERSION= 003
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A vCard library
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_BISON= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN3= vc.3
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
.endfor
.endif
@${RM} -f ${PREFIX}/lib/libvc.la
.include <bsd.port.mk>