Files
ports/net/wol/Makefile
T
Muhammad Moinur Rahman 48f5092284 net/wol: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 12:32:31 +01:00

33 lines
662 B
Makefile

PORTNAME= wol
PORTVERSION= 0.7.1
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/ahh/OldFiles
MAINTAINER= david@catwhisker.org
COMMENT= Tool to wake up Wake-On-LAN compliant computers
WWW= https://ahh.sourceforge.net/wol/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= localbase perl5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_PERL5= build
INFO= wol
DOCS= AUTHORS NEWS README TODO
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
NLS_CONFIGURE_OFF= --disable-nls
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>