mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
37 lines
809 B
Makefile
37 lines
809 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= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= tilp
|
|
|
|
MAINTAINER= tijl@ulyssis.org
|
|
COMMENT= TI calculator library
|
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \
|
|
tifiles.5:${PORTSDIR}/devel/libtifiles
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= glib20
|
|
USE_AUTOMAKE_VER= 15
|
|
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>
|