0aab965617
pkgsrc changes: - Switch MASTER_SITES to MASTER_SITE_GITHUB that also contains newer releases - Delete PYTHON_VERSIONS_INCOMPATIBLE, now coccigrep is compatible also with Python 3. Changes: 1.16 ---- - Add support for Python 3.4 1.15 ---- - Add Python 3 support 1.14 ---- - Various bug fixes and improvements
24 lines
609 B
Makefile
24 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/05/05 11:04:15 leot Exp $
|
|
|
|
DISTNAME= coccigrep-1.16
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=regit/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
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"
|