freebsd-ports/devel/sysconftool/Makefile
2014-05-14 19:31:02 +00:00

22 lines
456 B
Makefile

# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
PORTNAME= sysconftool
PORTVERSION= 0.17
CATEGORIES= devel
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
MAINTAINER= garga@FreeBSD.org
COMMENT= Helps to install application configuration files
LICENSE= GPLv3
USES= perl5 tar:bzip2
HAS_CONFIGURE= yes
USE_AUTOTOOLS= automake aclocal autoconf
pre-patch:
@${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC}
.include <bsd.port.mk>