freebsd-ports/devel/libvc/Makefile

36 lines
666 B
Makefile
Raw Normal View History

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