Lines 1-8
Link Here
|
1 |
# Created by: Sebastian Yepes <esn@x123.info> |
1 |
# Created by: Sebastian Yepes <esn@x123.info> |
2 |
|
2 |
|
3 |
PORTNAME= hamlib |
3 |
PORTNAME= hamlib |
4 |
PORTVERSION= 4.3.1 |
4 |
PORTVERSION= 4.4 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= comms hamradio |
5 |
CATEGORIES= comms hamradio |
7 |
MASTER_SITES= SF |
6 |
MASTER_SITES= SF |
8 |
|
7 |
|
Lines 16-29
LIB_DEPENDS= libltdl.so:devel/libltdl
Link Here
|
16 |
|
15 |
|
17 |
USES= autoreconf gnome libtool:keepla localbase:ldflags pathfix perl5 pkgconfig python \ |
16 |
USES= autoreconf gnome libtool:keepla localbase:ldflags pathfix perl5 pkgconfig python \ |
18 |
readline shebangfix tcl |
17 |
readline shebangfix tcl |
19 |
USE_PYTHON= py3kplist |
|
|
20 |
USE_PERL5= build run |
21 |
USE_GNOME= libxml2 |
18 |
USE_GNOME= libxml2 |
22 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
|
|
20 |
USE_PERL5= build run |
21 |
USE_PYTHON= py3kplist |
23 |
|
22 |
|
24 |
# $TCL_INCLUDE_SPEC |
23 |
# $TCL_INCLUDE_SPEC |
25 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
26 |
LIBS+= -L${LOCALBASE}/lib |
27 |
SHEBANG_FILES= bindings/perltest.pl |
24 |
SHEBANG_FILES= bindings/perltest.pl |
28 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
29 |
CONFIGURE_ARGS= --with-perl-binding \ |
26 |
CONFIGURE_ARGS= --with-perl-binding \ |
Lines 31-39
CONFIGURE_ARGS= --with-perl-binding \
Link Here
|
31 |
--with-libusb \ |
28 |
--with-libusb \ |
32 |
--with-python-binding |
29 |
--with-python-binding |
33 |
CONFIGURE_ENV= LIBUSB_LIBS="-lusb" |
30 |
CONFIGURE_ENV= LIBUSB_LIBS="-lusb" |
34 |
PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} |
|
|
35 |
INSTALL_TARGET= install-strip |
31 |
INSTALL_TARGET= install-strip |
36 |
|
32 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
33 |
LIBS+= -L${LOCALBASE}/lib |
34 |
PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} |
37 |
OPTIONS_DEFINE= DOCS |
35 |
OPTIONS_DEFINE= DOCS |
38 |
|
36 |
|
39 |
post-patch: |
37 |
post-patch: |