freebsd-ports/devel/dparser/Makefile
2004-02-23 05:15:26 +00:00

39 lines
701 B
Makefile

# 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>