2002-01-10 11:31:06 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: wol
|
|
|
|
# Date created: Jan 10, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wol
|
2002-03-26 06:34:52 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 1
|
2002-01-10 11:31:06 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ahh
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2002-08-01 16:22:41 +00:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
|
2002-04-12 17:10:20 +00:00
|
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
2002-01-10 11:31:06 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
2002-03-19 12:52:55 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv -lgnugetopt"
|
2002-01-10 11:31:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|