aboutsummaryrefslogtreecommitdiffstats
path: root/net/pixilate/Makefile
blob: 48ee311aced87d453bf3f41ac5d0cbb50f0222ee (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
# Ports collection makefile for:  pixilate
# Date created:           Wed Apr 30 06:10:16 PDT 2003
# Whom:               Barry Irwin <bvi@moria.org>
#
# $FreeBSD$

PORTNAME=   pixilate
PORTVERSION=    0.4
#PORTREVISION=  3
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= winfingerprint

MAINTAINER= bvi-ports@moria.org
COMMENT=    Generates packets to match a list of Cisco PIX access lists

BROKEN=     "Does not configure"

BUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel

WRKSRC=     ${WRKDIR}/pixilate

HAS_CONFIGURE=  yes

LIBNET_CONFIG=  ${LOCALBASE}/bin/libnet-config
CFLAGS+=    `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
CFLAGS+=    -I${LOCALBASE}/include
LIBS=       `${LIBNET_CONFIG} --libs`
#GNU_CONFIGURE= yes
CONFIGURE_ENV=  LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}"

MAN1=       pixilate.1

.include <bsd.port.mk>