18 lines
398 B
Makefile
18 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/05/09 05:32:42 mef Exp $
|
|
|
|
DISTNAME= acr-0.9.9
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|