ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
16 lines
409 B
Makefile
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>
|