freebsd-ports/devel/libvc/Makefile
Adam Weinberger 44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00

26 lines
500 B
Makefile

# Created by: Oliver Braun
# $FreeBSD$
PORTNAME= libvc
PORTVERSION= 003
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
MAINTAINER= jgh@FreeBSD.org
COMMENT= vCard library
USES= bison libtool tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
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>