2000-06-15 05:59:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2000/06/15 09:59:58 fgsch Exp $
|
1997-12-02 07:50:35 -05:00
|
|
|
# $FreeBSD: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $
|
|
|
|
|
1999-09-08 12:42:46 -04:00
|
|
|
DISTNAME= m4-1.4
|
1997-12-02 07:50:35 -05:00
|
|
|
CATEGORIES= devel
|
2000-06-15 05:49:33 -04:00
|
|
|
NEED_VERSION= 1.303
|
2000-06-15 05:59:58 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-09-08 12:42:46 -04:00
|
|
|
MASTER_SITE_SUBDIR= m4
|
1997-12-02 07:50:35 -05:00
|
|
|
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
|
2000-02-15 12:18:41 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1999-03-24 18:58:55 -05:00
|
|
|
# This port does use gnu configure, but uses old autoconf files.
|
|
|
|
# We can't say USE_AUTOCONF because then we'd get a circular dependency:
|
|
|
|
# autoconf also requires this version of m4. So we fake up what
|
|
|
|
# GNU_CONFIGURE would do less the parts that its outdated configure
|
|
|
|
# doesn't like.
|
2000-06-15 05:49:33 -04:00
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --program-prefix=g
|
1997-12-02 07:50:35 -05:00
|
|
|
|
|
|
|
post-install:
|
2000-02-15 12:18:41 -05:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
|
1997-12-02 07:50:35 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|