2002-01-30 01:36:45 +00:00
|
|
|
# New ports collection makefile for: sysconftool
|
|
|
|
# Date created: 17 October 2001
|
|
|
|
# Whom: Yarema <yds@CoolRat.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sysconftool
|
2005-09-29 18:57:57 +00:00
|
|
|
PORTVERSION= 0.15
|
2002-01-30 01:36:45 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= courier
|
|
|
|
|
2005-07-11 16:47:16 +00:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= Helps to install application configuration files
|
2002-01-30 01:36:45 +00:00
|
|
|
|
2005-09-29 18:57:57 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259
|
2002-01-30 01:36:45 +00:00
|
|
|
|
2005-09-29 18:57:57 +00:00
|
|
|
MAN1= sysconftool.1 sysconftoolcheck.1
|
|
|
|
MAN7= sysconftool.7
|
2002-01-30 01:36:45 +00:00
|
|
|
|
|
|
|
pre-patch:
|
2005-04-27 12:22:49 +00:00
|
|
|
@${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
|
2002-01-30 01:36:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|