b8d9e60c77
note that your /usr/include/net/pfvar.h must be >= 1.68, or this will not work -- ports-current tracks -current. tag-team with Srebrenko Sehic <haver@insecure.dk>
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.3 2002/05/20 10:29:15 jsyn Exp $
|
|
|
|
COMMENT= "portable low-level networking library"
|
|
|
|
DISTNAME= libdnet-1.4
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.531
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/}
|
|
|
|
HOMEPAGE= http://libdnet.sourceforge.net/
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|