aboutsummaryrefslogtreecommitdiffstats
path: root/net/wol/Makefile
blob: 541ac112a6e7fb3c85af476a2357e07812674ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# ex:ts=8
# Ports collection makefile for:    wol
# Date created:         Jan 10, 2001
# Whom:                 ijliao
#
# $FreeBSD$
#

PORTNAME=   wol
PORTVERSION=    0.7.1
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ahh

MAINTAINER= sergei@FreeBSD.org
COMMENT=    Tool to wake up Wake-On-LAN compliant computers

GNU_CONFIGURE=      yes
USE_PERL5_BUILD=    yes
USE_GETOPT_LONG=    yes
USE_GPG=        yes
CPPFLAGS=       -I${LOCALBASE}/include
LDFLAGS=        -L${LOCALBASE}/lib
CONFIGURE_ENV=      CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS= --disable-nls
PLIST_SUB=  NLS="@comment "
.else
USE_GETTEXT=    yes
USE_ICONV=  yes
PLIST_SUB=  NLS=""
.endif

MAN1=       wol.1
INFO=       wol
DOCS=       AUTHORS NEWS README TODO

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>