mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
0a1869c95e
GNU Standards-compliant Makefile generator PR: 3199 Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# New ports collection makefile for: automake
|
|
# Version required: 1.0
|
|
# Date created: 15 March 1997
|
|
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= automake-1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= PERL=/usr/bin/perl
|
|
|
|
.include <bsd.port.mk>
|