freebsd-ports/net/wol/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

33 lines
617 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= wol
PORTVERSION= 0.7.1
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/ahh/OldFiles
MAINTAINER= david@catwhisker.org
COMMENT= Tool to wake up Wake-On-LAN compliant computers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= localbase perl5
GNU_CONFIGURE= yes
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>