aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libvc/Makefile
blob: 7700ba152a70156f21d56baee028bca9f011c33d (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
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    libvc
# Date created:             12 May 2003
# Whom:                     Oliver Braun
#
# $FreeBSD$
#

PORTNAME=   libvc
PORTVERSION=    003
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
INSTALLS_SHLIB= 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>