2015-01-16 12:44:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2015/01/16 11:44:07 wiz Exp $
|
2011-11-08 12:15:32 +01:00
|
|
|
|
2015-01-16 12:44:07 +01:00
|
|
|
DISTNAME= coccigrep-1.13
|
2011-11-08 12:15:32 +01:00
|
|
|
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/
|
2013-04-06 05:45:05 +02:00
|
|
|
COMMENT= Semantic grep for the C language
|
2011-11-08 12:15:32 +01:00
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
|
|
DEPENDS= coccinelle-[0-9]*:../../devel/coccinelle
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man1
|
|
|
|
|
2014-05-09 09:36:53 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12
|
2014-01-25 11:29:56 +01:00
|
|
|
|
2011-11-08 12:15:32 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
|
|
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|