1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/m4/Makefile

16 lines
409 B
Makefile
Raw Normal View History

# New ports collection makefile for: m4
1995-01-12 02:41:23 +00:00
# Version required: 1.4
# Date created: 25 October 1994
# Whom: mr
#
# $Id: Makefile,v 1.2 1995/01/12 02:41:11 ache Exp $
#
1995-01-12 02:41:23 +00:00
DISTNAME= m4-1.4
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= development programming
1995-01-12 02:41:23 +00:00
CONFIGURE_ARGS= --program-prefix=g --prefix=${PREFIX}
GNU_CONFIGURE=yes
.include <bsd.port.mk>