mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
35 lines
831 B
Makefile
35 lines
831 B
Makefile
#
|
|
# $Id: Makefile 2193 2009-08-20 23:05:50Z root $
|
|
# $URL: file:///usr2/svn/ports5/devel/autoconf/Makefile $
|
|
#
|
|
PORTNAME= autoconf
|
|
PORTVERSION= 2.71
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DIST_SUBDIR= gnu
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Automatically configure source code on many Un*x platforms (GNU unmodified)
|
|
|
|
RUN_DEPENDS= gm4:text/gm4
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= help2man:devel/help2man
|
|
|
|
|
|
USES+= tar:xz perl5 gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV+= CONFIG_SHELL=${SH}
|
|
CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
|
CONFIGURE_ARGS+= --without-lispdir
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-ziggi-freebsd${OSREL}
|
|
|
|
INFO+= autoconf
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|