blob: 098c20c2a5d075bf7e47a331675b17e0cdd961a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: sysconftool
# Date created: 17 October 2001
# Whom: Yarema <yds@CoolRat.org>
#
# $FreeBSD$
#
PORTNAME= sysconftool
PORTVERSION= 0.15
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= garga@FreeBSD.org
COMMENT= Helps to install application configuration files
USE_BZIP2= yes
USE_PERL5= yes
HAS_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262
MAN1= sysconftool.1 sysconftoolcheck.1
MAN7= sysconftool.7
pre-patch:
@${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
.include <bsd.port.mk>
|