ab7ef04ab3
in ports/55750, which is an update for mail/courier. This patch also include the update of sysconftool to 0.14. PR: ports/55750 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
29 lines
655 B
Makefile
29 lines
655 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= yds@CoolRat.org
|
|
COMMENT= Helps to install application configuration files
|
|
|
|
USE_BZIP2= yes
|
|
USE_PERL5= yes
|
|
WANT_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
|
|
|
|
.include <bsd.port.mk>
|