df993de05b
From: Srebrenko Sehic <haver@insecure.dk>
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.5 2003/01/27 17:07:51 naddy Exp $
|
|
|
|
COMMENT= "portable low-level networking library"
|
|
|
|
DISTNAME= libdnet-1.5
|
|
CATEGORIES= net
|
|
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>
|