mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
48420a5ebd
PR: ports/116639 Submitted by: aDe
31 lines
635 B
Makefile
31 lines
635 B
Makefile
# 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
|
|
|
|
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261
|
|
|
|
MAN1= sysconftool.1 sysconftoolcheck.1
|
|
MAN7= sysconftool.7
|
|
|
|
pre-patch:
|
|
@${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|