82c7d311d8
ACR tries to replace autoconf functionality generating a full-compatible 'configure' script (runtime flags). But using shell-script instead of m4. This means that ACR is faster, smaller and easy to use.
15 lines
358 B
Makefile
15 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/09/26 23:33:45 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= acr-0.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cvs.nopcode.org/ftp/acr/ \
|
|
ftp://ftp.nopcode.org/prj/acr/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.nopcode.org/pancake/acr.html
|
|
COMMENT= Autoconf replacement
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|