1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/sysconftool/Makefile

30 lines
619 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= garga@FreeBSD.org
2003-02-21 11:23:04 +00:00
COMMENT= Helps to install application configuration files
2005-09-29 18:57:57 +00:00
USE_BZIP2= yes
USE_PERL5= yes
HAS_CONFIGURE= yes
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259
2005-09-29 18:57:57 +00:00
MAN1= sysconftool.1 sysconftoolcheck.1
MAN7= sysconftool.7
pre-patch:
@${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
.include <bsd.port.mk>