a42501cabb
Changelog: 1.12 (2012/12/22) * Fix error handling (Eric Leblond) * Put operation in try pass. (Eric Leblond) * Don't ignore header files (Frédéric Yhuel) * Don't rm temporary .cocci file in verbose mode (Frédéric Yhuel)
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/06/11 14:05:24 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= coccigrep-1.12
|
|
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
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|