openbsd-ports/comms/hamlib/Makefile

64 lines
1.5 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2011/06/08 17:32:05 jasper Exp $
2007-05-28 13:07:27 -04:00
COMMENT-main= radio/rotator control library
COMMENT-python= python bindings for hamlib
COMMENT-tcl= tcl bindings for hamlib
2007-05-28 13:07:27 -04:00
VERSION= 1.2.6
DISTNAME= hamlib-${VERSION}
PKGNAME-main= hamlib-${VERSION}
REVISION-main = 5
PKGNAME-python= hamlib-python-${VERSION}
REVISION-python = 6
PKGNAME-tcl= hamlib-tcl-${VERSION}
REVISION-tcl = 5
2007-05-28 13:07:27 -04:00
CATEGORIES= comms hamradio
MULTI_PACKAGES= -main -python -tcl
SHARED_LIBS= hamlib 2.5 \
hamlib++ 2.5
HOMEPAGE= http://hamlib.sourceforge.net/
2008-10-28 08:14:00 -04:00
MODULES= lang/python lang/tcl
2007-05-28 13:07:27 -04:00
# GPLv2/LGPLv2.1
2007-05-28 13:07:27 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB = m usb>=9
2010-10-19 16:07:14 -04:00
WANTLIB-main = ${WANTLIB} c stdc++ z xml2 iconv
WANTLIB-python = ${WANTLIB} hamlib ${MODPY_WANTLIB}
2010-11-06 18:06:57 -04:00
WANTLIB-tcl = ${WANTLIB} hamlib ${MODTCL_WANTLIB}
2007-05-28 13:07:27 -04:00
LIB_DEPENDS-main= textproc/libxml \
converters/libiconv \
devel/libusb
LIB_DEPENDS-python= ${BUILD_PKGPATH} \
${MODPY_LIB_DEPENDS}
LIB_DEPENDS-tcl= ${BUILD_PKGPATH} \
2008-10-28 08:14:00 -04:00
${MODTCL_LIB_DEPENDS}
2007-05-28 13:07:27 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
2007-05-28 13:07:27 -04:00
USE_LIBTOOL= Yes
USE_GROFF = Yes
2007-05-28 13:07:27 -04:00
CONFIGURE_STYLE= gnu
2010-11-15 07:44:20 -05:00
BUILD_DEPENDS= devel/swig
2007-05-28 13:07:27 -04:00
RUN_DEPENDS-main=
RUN_DEPENDS-tcl=
# --without-winradio do not build winradio backend
# --with-gnuradio build gnuradio backend
CONFIGURE_ARGS=--with-cxx-binding --with-perl-binding --with-rpc-backends \
--with-tcl-binding --with-python-binding --without-rigmatrix \
2008-10-28 08:14:00 -04:00
--with-tcl=${MODTCL_LIBDIR}
2007-05-28 13:07:27 -04:00
.include <bsd.port.mk>