mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
30 lines
619 B
Makefile
30 lines
619 B
Makefile
# New ports collection makefile for: sysconftool
|
|
# Date created: 17 October 2001
|
|
# Whom: Yarema <yds@CoolRat.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sysconftool
|
|
PORTVERSION= 0.15
|
|
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:259
|
|
|
|
MAN1= sysconftool.1 sysconftoolcheck.1
|
|
MAN7= sysconftool.7
|
|
|
|
pre-patch:
|
|
@${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|