23 lines
479 B
Makefile
23 lines
479 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.2 2002/03/07 05:19:05 dugsong Exp $
|
|
|
|
COMMENT= "portable low-level networking library"
|
|
|
|
DISTNAME= libdnet-1.2
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.504
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=libdnet
|
|
|
|
HOMEPAGE= http://libdnet.sourceforge.net/
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|