Update comms/qt5-serialbus to version 5.13.2_1
[dports.git] / comms / libticalcs2 / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libticalcs2
4 PORTVERSION=    1.1.9
5 CATEGORIES=     comms
6 MASTER_SITES=   SF/tilp/tilp2-linux/tilp2-1.18
7
8 MAINTAINER=     danfe@FreeBSD.org
9 COMMENT=        TI calculator library
10
11 LICENSE=        GPLv2
12
13 LIB_DEPENDS=    libticables2.so:comms/libticables2      \
14                 libticonv.so:converters/libticonv       \
15                 libtifiles2.so:devel/libtifiles2
16
17 GNU_CONFIGURE=  yes
18 INSTALL_TARGET= install-strip
19 USES=           autoreconf gettext-tools gmake gnome libtool pkgconfig \
20                 tar:bzip2
21 USE_GNOME=      glib20
22 USE_LDCONFIG=   yes
23
24 OPTIONS_DEFINE= NLS
25 OPTIONS_SUB=    yes
26
27 NLS_USES=       gettext-runtime
28 NLS_CONFIGURE_ENABLE=   nls
29
30 .include <bsd.port.mk>