ports/devel/sysconftool/Makefile
Muhammad Moinur Rahman 33e78708d1
devel/sysconftool: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-30 21:25:02 +01:00

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>