mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
69bfd4e29c
"programming" that was in some of them, it's pretty obvious what we are talking about here.
18 lines
397 B
Makefile
18 lines
397 B
Makefile
# New ports collection makefile for: m4
|
|
# Version required: 1.4
|
|
# Date created: 25 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/09 10:05:14 asami Exp $
|
|
#
|
|
|
|
DISTNAME= m4-1.4
|
|
CATEGORIES+= devel
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \
|
|
ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
GNU_CONFIGURE=yes
|
|
CONFIGURE_ARGS= --program-prefix=g --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|