blob: 355c06f1915b77e4e3b6cb9a07df9a0f282764ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.22 2022/02/26 16:26:38 fcambus Exp $
DISTNAME= acr-2.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=radare/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/radare/acr
COMMENT= Autoconf replacement
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes # not quite, but close enough
AUTO_MKDIRS= yes
post-install:
${RUN} cd ${WRKSRC}; \
${INSTALL_DATA} configure.acr ${DESTDIR}${PREFIX}/share/examples/acr/
.include "../../mk/bsd.pkg.mk"
|