mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
34 lines
692 B
Makefile
34 lines
692 B
Makefile
# 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= 2
|
|
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>
|