# New ports collection makefile for: m4 # Date created: 25 October 1994 # Whom: mr # # $FreeBSD$ # PORTNAME= m4 PORTVERSION= 1.4.11 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= m4 MAINTAINER= ade@FreeBSD.org COMMENT= GNU m4 USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g .if defined(WITH_CHANGEWORD) CONFIGURE_ARGS+= --enable-changeword .endif INFO= m4 MAN1= gm4.1 EXAMPLESDIR= share/examples/gm4 .include .if ${OSVERSION} < 600000 BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo --no-split" .else CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" .endif post-install: @${MKDIR} ${PREFIX}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/${EXAMPLESDIR} .include ebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.70nivit2009-04-123-4/+6
* - Update to 1.69nivit2009-04-113-4/+8
* - Update to 1.68nivit2009-03-273-4/+5
* - Update to 1.67nivit2009-03-213-4/+7
* - Update to 1.66nivit2009-02-273-5/+6
* - Update to 1.65nivit2009-02-273-4/+9
* - Update to 1.62nivit2009-02-123-5/+6
* - Update to 1.61nivit2009-02-083-8/+12
* - Update to 1.59nivit2009-01-214-23/+43
* - Chase gsl shlib bumpmiwi2009-01-131-2/+2
* - Update to 1.44nivit2008-10-094-53/+29
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-25