1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/libvc/Makefile
Jason Helfman efd2f364fd - remove conditional no longer required per staging
- remove now useless inclusion of bpom
2013-11-08 03:47:39 +00:00

26 lines
498 B
Makefile

# Created by: Oliver Braun
# $FreeBSD$
PORTNAME= libvc
PORTVERSION= 003
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
MAINTAINER= jgh@FreeBSD.org
COMMENT= vCard library
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USES= bison
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>