mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
17 lines
327 B
Makefile
17 lines
327 B
Makefile
# New ports collection makefile for: m4
|
|
# Version required: 1.4
|
|
# Date created: 25 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/11/26 11:29:12 asami Exp $
|
|
#
|
|
|
|
DISTNAME= m4-1.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
GNU_CONFIGURE=yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
.include <bsd.port.mk>
|