freebsd-ports/devel/m4/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

16 lines
409 B
Makefile

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