aboutsummaryrefslogtreecommitdiffstats
path: root/devel/m4/Makefile
blob: 50a13bbc33eb517fc37fa2056697cb6dd78a6c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    m4
# Date created:     25 October 1994
# Whom:         mr
#
# $FreeBSD$
#

PORTNAME=   m4
PORTVERSION=    1.4
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= m4

MAINTAINER= ports@FreeBSD.org

Y2K=        http://www.gnu.org/software/year2000.html

GNU_CONFIGURE=yes
CONFIGURE_ARGS= --program-prefix=g

post-install:
    @${MKDIR} ${PREFIX}/share/examples/gm4
    ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
    @install-info ${PREFIX}/info/m4.info ${PREFIX}/info/dir

.include <bsd.port.mk>