pkgsrc-wip/autoproject/Makefile
Aleksej Saushev dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00

18 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/09/24 16:56:40 asau Exp $
DISTNAME= autoproject-0.20
CATEGORIES= devel
MASTER_SITES= http://jrv.oddones.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jrv.oddones.org/
COMMENT= Creates a skeleton source package for a new program
DEPENDS+= autoconf>=2.57:../../devel/autoconf
DEPENDS+= automake>=1.7:../../devel/automake
DEPENDS+= bash>=2.0:../../shells/bash2
DEPENDS+= {sh-utils-[0-9]*,coreutils-[0-9]*}:../../sysutils/coreutils
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"