freebsd-ports/net/wol/Makefile
Ying-Chieh Liao ba28584862 utilize USE_GETOPT_LONG
Add missing iconv dependency
Clarify COMMENT and pkg-descr
Silence configure warning by using CONFIGURE_TARGET

PR:		51873
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-05-07 18:00:59 +00:00

37 lines
838 B
Makefile

# ex:ts=8
# Ports collection makefile for: wol
# Date created: Jan 10, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wol
PORTVERSION= 0.6.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ahh
MAINTAINER= sergei@kolobov.com
COMMENT= Tool to wake up Wake-On-LAN compliant computers
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DOCS= AUTHORS NEWS README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>