mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
18 lines
412 B
Makefile
18 lines
412 B
Makefile
PORTNAME= sysconftool
|
|
PORTVERSION= 0.21
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Helps to install application configuration files
|
|
WWW= https://www.Courier-MTA.org/sysconftool/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= autoreconf perl5 tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|