summaryrefslogtreecommitdiff
path: root/comms/hamlib/Makefile
blob: 0336c0847914e9d5da35897bb2570111c6b5378d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:	hamlib
# Date created:			30 April 2003
# Whom:				Sebastian Yepes <esn@x123.info>
#
# $FreeBSD$
#

PORTNAME=	hamlib
PORTVERSION=	1.2.9
CATEGORIES=	comms hamradio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	db@FreeBSD.org
COMMENT=	Shared libraries for Amateur Radio Equipment Control Applications

BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13

USE_GNOME=	pkgconfig gnomehack libxml2
USE_PERL5=	yes
USE_TCL=	yes
USE_PYTHON=	yes
USE_AUTOTOOLS=	autoconf:262 libtool:22
USE_LDCONFIG=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=	--with-perl-binding --with-python=${PYTHON_CMD} \
		--with-tcl=${TCL_LIBDIR} --with-tcl-binding \
		--with-python-binding --without-with-rigmatrix
PLIST_SUB=	VER=${PORTVERSION} TCL_VER=${TCL_VER}

MAN1=		rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1
MAN8=		rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8

post-patch:
	${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \
		-e 's|%%TCL_LIBDIR%%|${TCL_LIBDIR}/hamlib|g' \
		${WRKSRC}/bindings/Makefile.in
post-build:
	${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' \
		${WRKSRC}/bindings/Hamlib-pl.mk

.include <bsd.port.mk>