# New ports collection makefile for: phptags
# Date created: 06 May 2004
# Whom: Roman Bogorodskiy
#
# $FreeBSD: ports/devel/phptags/Makefile,v 1.9 2005/04/12 03:25:17 obrien Exp $
#
PORTNAME= phptags
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= Create a tags file from PHP sources
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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>
syntax highlighted by Code2HTML, v. 0.9.1