1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/m4/Makefile
Satoshi Asami 69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00

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>