summaryrefslogblamecommitdiff
path: root/net/wol/Makefile
blob: 393b79a66f0eb5b4df063a7ef42eae56bc5d136a (plain) (tree)
1
2
3
4
5
6
7
8
9








                                            
                     
                 





                                          

                                                          


                                                               
                                                                
 
                      
# ex:ts=8
# Ports collection makefile for:	wol
# Date created:			Jan 10, 2001
# Whom:	      			ijliao
#
# $FreeBSD$
#

PORTNAME=	wol
PORTVERSION=	0.6.0
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	ahh

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext \
		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib -liconv -lgnugetopt"

.include <bsd.port.mk>