22 lines
456 B
Makefile
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>
|