blob: 21741a8b025e2d1b0425da2800c62a1e5c9f63ae (
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
|
# ex:ts=8
# Ports collection makefile for: datadraw
# Date created: Aug 31, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= datadraw
PORTVERSION= 3.1.1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@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>
|