7582fdcb38
- Change pkgname and version defaults - Empty pkg-config env-vars when module is not found, ignore user env
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/01/18 21:43:28 bsiegert Exp $
|
|
|
|
DISTNAME= acr-1.7.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=radare/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/radare/acr
|
|
COMMENT= Autoconf replacement
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# Only defined the install target
|
|
NO_BUILD= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
AUTO_MKDIRS= yes
|
|
|
|
post-install:
|
|
(cd ${WRKSRC}; \
|
|
${INSTALL_DATA} configure.acr ${DESTDIR}${PREFIX}/share/examples/acr/; \
|
|
)
|
|
.include "../../mk/bsd.pkg.mk"
|