528cfd0a8c
Packaged by Stoned Elipot, and sent via pkg/13238; for use with Zoularis.
27 lines
631 B
Makefile
27 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/06/26 12:45:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= sed-3.02
|
|
PKGNAME= g${DISTNAME}
|
|
CATEGORIES= textproc editors
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
|
|
|
|
MAINTAINER= seb@pbox.org
|
|
HOMEPAGE= http://www.gnu.org/software/sed/sed.html
|
|
COMMENT= GNU version of sed
|
|
|
|
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
|
|
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
|
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
INFO_FILES= sed.info
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && \
|
|
${LOCALBASE}/bin/aclocal && \
|
|
${LOCALBASE}/bin/autoreconf && \
|
|
${LOCALBASE}/bin/automake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|