pkgsrc/devel/acr/Makefile
xtraeme 82c7d311d8 Initial import of acr-0.4, created by pancake.
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.
2005-09-26 23:33:45 +00:00

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"