pkgsrc-wip/autoproject/Makefile

19 lines
585 B
Makefile
Raw Normal View History

2003-04-22 15:20:42 +02:00
# $NetBSD: Makefile,v 1.2 2003/04/22 13:20:42 thomasklausner Exp $
2003-04-03 11:41:19 +02:00
DISTNAME= autoproject-0.17
CATEGORIES= devel
MASTER_SITES= http://www.mv.com/ipusers/vanzandt/
MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de
HOMEPAGE= http://www.mv.com/ipusers/vanzandt/
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
2003-04-22 15:20:42 +02:00
DEPENDS+= {sh-utils-[0-9]*,coreutils-[0-9]*}:../../sysutils/coreutils
2003-04-03 11:41:19 +02:00
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"