openbsd-ports/net/libdnet/Makefile
jsyn b8d9e60c77 update to libdnet-1.4, plus patch for pf_addr_wrap change in pfvar.h
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>
2002-05-20 10:29:15 +00:00

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>