31 lines
674 B
Makefile
31 lines
674 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.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple interface to low level networking routines
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -fPIC"
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500037
|
|
EXTRA_PATCHES= ${PATCHDIR}/configure.patch
|
|
.endif
|
|
|
|
MAN3= dnet.3
|
|
MAN8= dnet.8
|
|
|
|
.include <bsd.port.post.mk>
|