0e4740ba44
1.13 (2014/01/10) * Improve accuracy (Eric Leblond) * vim: correctly indent file (Eric Leblond) * add match on identifier name (Eric Leblond) * Merge pull request #11 from yhuelf/master (Eric Leblond) * vim plugin: cosmetics (Frédéric Yhuel) * vim plugin: allow use of "-l" option (Frédéric Yhuel) * fix version detection (Eric Leblond) * --version is not supported by all spatch version (Eric Leblond) * Add structure matching example. (Eric Leblond) * Add information about dependencies. (Eric Leblond) * Reorder README so we see installation part (Eric Leblond)
25 lines
660 B
Makefile
25 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/01/16 11:44:07 wiz Exp $
|
|
|
|
DISTNAME= coccigrep-1.13
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://home.regit.org/software/coccigrep/
|
|
COMMENT= Semantic grep for the C language
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS= coccinelle-[0-9]*:../../devel/coccinelle
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man1
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|