openbsd-ports/net/libdnet/Makefile

48 lines
1.2 KiB
Makefile
Raw Normal View History

2006-11-22 03:29:56 -05:00
# $OpenBSD: Makefile,v 1.16 2006/11/22 08:29:56 espie Exp $
2006-11-22 03:29:56 -05:00
COMMENT-main= "portable low-level networking library"
COMMENT-python= "python interface to libdnet"
DISTNAME= libdnet-1.10
2006-11-22 03:29:56 -05:00
PKGNAME-main= ${DISTNAME}p2
PKGNAME-python= ${DISTNAME:S/^libdnet/py-libdnet/}p1
2006-01-08 06:13:45 -05:00
SHARED_LIBS= dnet 1.0
CATEGORIES= net
2002-05-15 13:42:24 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/}
HOMEPAGE= http://libdnet.sourceforge.net/
MAINTAINER= Michael Coulter <mjc@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
PSEUDO_FLAVORS= no_python
FLAVOR?=
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
2006-11-22 03:29:56 -05:00
MULTI_PACKAGES= -main
.if ${FLAVOR:L:Mno_python}
CONFIGURE_ARGS+= --without-python
.else
2006-11-22 03:29:56 -05:00
MULTI_PACKAGES+= -python
CONFIGURE_ARGS+= --with-python
2005-06-16 01:14:42 -04:00
BUILD_DEPENDS+= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
MAKE_FLAGS= PYTHON=${LOCALBASE}/bin/python${PYTHON_VER}
FAKE_FLAGS= ${MAKE_FLAGS} DESTDIR=${WRKINST}
PYTHON_VER= 2.4
SUBST_VARS= PYTHON_VER
REGRESS_DEPENDS= ::net/libdnet,-python
REGRESS_FLAGS= TESTS_ENVIRONMENT=${LOCALBASE}/bin/python${PYTHON_VER}
2006-11-22 03:29:56 -05:00
RUN_DEPENDS-python= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
WANTLIB-python=
.endif
.include <bsd.port.mk>