- add HOMEPAGE

- fix usage of CONFIGURE_STYLE, simple -> gnu dest old
- remove now unnecessary CONFIGURE_ARGS option
This commit is contained in:
brad 2000-07-04 01:44:45 +00:00
parent 8066ef4fab
commit 75b087a66f
2 changed files with 9 additions and 11 deletions

View File

@ -1,12 +1,14 @@
# $OpenBSD: Makefile,v 1.13 2000/06/15 09:59:58 fgsch Exp $ # $OpenBSD: Makefile,v 1.14 2000/07/04 01:44:45 brad Exp $
# $FreeBSD: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $ # $FreeBSD: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $
DISTNAME= m4-1.4 DISTNAME= m4-1.4
CATEGORIES= devel CATEGORIES= devel
NEED_VERSION= 1.303 NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= m4 MASTER_SITE_SUBDIR= m4
HOMEPAGE= http://www.gnu.org/software/m4/
MAINTAINER= niklas@openbsd.org MAINTAINER= niklas@openbsd.org
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -14,16 +16,11 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
# This port does use gnu configure, but uses old autoconf files. CONFIGURE_STYLE= gnu dest old
# We can't say USE_AUTOCONF because then we'd get a circular dependency: CONFIGURE_ARGS= --program-prefix="g"
# 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.
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --program-prefix=g
post-install: post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4 ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4 ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -6,7 +6,7 @@ shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for
generating `configure' scripts, but not for running them. generating `configure' scripts, but not for running them.
GNU `m4' was originally written by Rene Seindal, with subsequent GNU `m4' was originally written by Rene Seindal, with subsequent
changes by Franc,ois Pinard and other volunteers on the Internet. All changes by Francois Pinard and other volunteers on the Internet. All
names and email addresses can be found in the file `THANKS' from the names and email addresses can be found in the file `THANKS' from the
GNU `m4' distribution. GNU `m4' distribution.
@ -22,3 +22,4 @@ if you want this feature compiled in. The current implementation slows
down `m4' considerably and is hardly acceptable. So, it might go away, down `m4' considerably and is hardly acceptable. So, it might go away,
do not count on it yet. do not count on it yet.
WWW: ${HOMEPAGE}