mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
0c91e4863f
PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer)
26 lines
490 B
Makefile
26 lines
490 B
Makefile
# New ports collection makefile for: libdnet
|
|
# Date created: 15 April 2002
|
|
# Whom: Dominic Marks <dominic.marks@btinternet.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdnet
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= onatan@gmail.com
|
|
COMMENT= A simple interface to low level networking routines
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL_VER=15
|
|
|
|
MAN3= dnet.3
|
|
MAN8= dnet.8
|
|
|
|
.include <bsd.port.mk>
|