freebsd-ports/devel/sysconftool/Makefile
Kris Kennaway 73129cd73e This port doesn't include a copy of config.{guess,sub}, but they're
required by autoconf.  Copy them into place from the Templates/ directory.
This fixes the build on amd64
2004-03-16 05:54:27 +00:00

30 lines
723 B
Makefile

# New ports collection makefile for: sysconftool
# Date created: 17 October 2001
# Whom: Yarema <yds@CoolRat.org>
#
# $FreeBSD$
#
PORTNAME= sysconftool
PORTVERSION= 0.14
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= ports@FreeBSD.org
COMMENT= Helps to install application configuration files
USE_BZIP2= yes
USE_PERL5= yes
USE_AUTOMAKE_VER= 15
MAN1= sysconftool.1 sysconftoolcheck.1
MAN7= sysconftool.7
pre-patch:
@${PERL} -pi.orig -e 's|autoconf|${AUTOCONF}|; \
s|autoheader|${AUTOHEADER}|; s|aclocal|${ACLOCAL}|; \
s|automake|${AUTOMAKE}|' ${WRKSRC}/configure; \
cp ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
.include <bsd.port.mk>