# New ports collection makefile for: Exuberant Ctags with Japanese support # Date created: 29 May 2007 # Whom: issei # # $FreeBSD: ports/japanese/ctags/Makefile,v 1.1 2007/06/09 18:37:50 miwi Exp $ # PORTNAME= ctags PORTVERSION= 5.6j1 CATEGORIES= japanese devel MASTER_SITES= http://hp.vector.co.jp/authors/VA025040/ctags/downloads/ MAINTAINER= issei@issei.org COMMENT= A feature-filled tagfile generator with Japanese support GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-macro-patterns --with-readlib MAN1= jexctags.1 PKGMESSAGE= ${WRKDIR}/pkg-message post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in README README_J.TXT @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif @${STRIP_CMD} ${PREFIX}/bin/jexctags @${SED} 's:%%PREFIX%%:'${PREFIX}':' < ${PKGDIR}/pkg-message > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include