# New ports collection makefile for:	phptags
# Date created:				06 May 2004
# Whom:					Roman Bogorodskiy
#
# $FreeBSD: ports/devel/phptags/Makefile,v 1.11 2009/08/22 00:18:22 amdmi3 Exp $
#

PORTNAME=	phptags
PORTVERSION=	0.3.0
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Create a tags file from PHP sources

GNU_CONFIGURE=	yes

MAN1=		phptags.1
PLIST_FILES=	bin/phptags \
		etc/phptags.conf.sample
PORTDOCS=	AUTHORS TODO README ChangeLog INSTALL

post-install:
	@${INSTALL_DATA} ${WRKSRC}/phptags.conf.sample ${PREFIX}/etc
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
