aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libticalcs/Makefile
blob: b194fc6901f5b3a1cb64481098d0594feece4813 (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
# New ports collection makefile for:    libticalcs
# Date created:     27 August 2003
# Whom:         Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#

PORTNAME=   libticalcs
PORTVERSION=    4.5.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tilp

MAINTAINER= tijl@ulyssis.org
COMMENT=    TI calculator library

LIB_DEPENDS=    ticables.10:${PORTSDIR}/comms/libticables \
        tifiles.5:${PORTSDIR}/devel/libtifiles

USE_GETTEXT=    yes
USE_GNOME=  glib20 pkgconfig
GNU_CONFIGURE=  yes
USE_LIBTOOL_VER=    13
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"\
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=   ticalcs-config.1

.include <bsd.port.mk>