aboutsummaryrefslogblamecommitdiff
path: root/net/libdnet/Makefile
blob: 30033b494c2d7b52305e1589c74fd914f34b4988 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          

                       

                         
                 
                   
 
                                


                                                                 
                                 
 

                                  
                   
                        
 

                                       
 
                           
                                        
                   
      
 
                      
# Created by: Dominic Marks <dominic.marks@btinternet.com>

PORTNAME=	libdnet
PORTVERSION=	1.13
DISTVERSIONPREFIX=	v
PORTREVISION=	3
CATEGORIES?=	net

MAINTAINER?=	onatan@gmail.com
COMMENT=	Simple interface to low level networking routines

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES?=		autoreconf libtool

USE_GITHUB=	yes
GH_ACCOUNT=	5u623l20

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--without-check

.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+=	--without-python
USE_LDCONFIG=	yes
.endif

.include <bsd.port.mk>