aboutsummaryrefslogtreecommitdiff
path: root/comms/hamlib/Makefile
blob: 69ea260d913d441699a54de93db97fad9161c75d (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Created by: Sebastian Yepes <esn@x123.info>

PORTNAME=	hamlib
PORTVERSION=	3.3
PORTREVISION=	2
CATEGORIES=	comms hamradio
MASTER_SITES=	SF

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

LICENSE=	LGPL20

BUILD_DEPENDS=	swig:devel/swig
LIB_DEPENDS=	libltdl.so:devel/libltdl

USES=		autoreconf gnome libtool:keepla pathfix perl5 pkgconfig python \
		readline shebangfix tcl
USE_PYTHON=	py3kplist
USE_PERL5=	build run
USE_GNOME=	libxml2
USE_LDCONFIG=	yes

# $TCL_INCLUDE_SPEC
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib
SHEBANG_FILES=	bindings/perltest.pl
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-perl-binding \
		--with-tcl-binding --with-tcl=${TCL_LIBDIR} \
		--with-libusb \
		--with-python-binding --without-rigmatrix
CONFIGURE_ENV=	LIBUSB_LIBS="-lusb"
PLIST_SUB=	VER=${PORTVERSION} TCL_VER=${TCL_VER}
INSTALL_TARGET=	install-strip
INFO=		hamlib

OPTIONS_DEFINE=	DOCS

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

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB \
		${WRKSRC}/ChangeLog ${WRKSRC}/INSTALL ${WRKSRC}/LICENSE \
		${WRKSRC}/NEWS ${WRKSRC}/PLAN ${WRKSRC}/README \
		${WRKSRC}/README.betatester ${WRKSRC}/README.win32 \
		${WRKSRC}/THANKS
	${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>