diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-15 13:17:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-15 13:17:41 +0000 |
commit | 8799d36859a75337e9bcaa6b85008534f45137c4 (patch) | |
tree | ef9e4dbab294da5d806145ca7157ef130f247e4a /net/libdnet/Makefile | |
parent | 67e910697be5cc68b141c86e6acff9a341077b05 (diff) | |
download | ports-8799d36859a75337e9bcaa6b85008534f45137c4.tar.gz ports-8799d36859a75337e9bcaa6b85008534f45137c4.zip |
Notes
Diffstat (limited to 'net/libdnet/Makefile')
-rw-r--r-- | net/libdnet/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 8603cb9e7759..5bbc98aa9030 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -6,26 +6,18 @@ # PORTNAME= libdnet -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yonatan@xpert.com 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 +USE_GMAKE= yes MAN3= dnet.3 MAN8= dnet.8 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |