aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dparser/Makefile
blob: 6e4422596fa074b099b565c429168aec91f94a5f (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
33
34
35
36
37
38
39
# ex:ts=8
# Ports collection makefile for:    dparser
# Date created:         Nov 11, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   dparser
PORTVERSION=    1.8
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   d-${PORTVERSION}-src

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple but powerful tool for parsing

WRKSRC=     ${WRKDIR}/d

USE_GMAKE=  yes
MAKE_ARGS=  CC="${CC}" D_OPTIMIZE=

MAN1=   make_dparser.1

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=     "Does not compile on !i386"
.endif

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif

.include <bsd.port.post.mk>