freebsd-ports/devel/datadraw/Makefile
Ying-Chieh Liao c9b215e498 add missing bison build dependency
Submitted by:	pav via email
2007-12-22 03:46:11 +00:00

32 lines
577 B
Makefile

# ex:ts=8
# Ports collection makefile for: datadraw
# Date created: Aug 31, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= datadraw
PORTVERSION= 3.1.0
CATEGORIES= devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A feature rich persistent database generator
USE_BISON= build
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= # empty
.if !defined(NOPORTDOCS)
PORTDOCS= *
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/www/* ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/manual.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>