pkgsrc/textproc/coccigrep/Makefile

24 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/25 06:55:44 asau Exp $
#
DISTNAME= coccigrep-1.11
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= coccigrep is a 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"