freebsd-ports/comms/libticables/Makefile
Pav Lucistnik 300621442f - Always use libusb
- Remove auto*tools support
- Bump PORTREVISION

PR:		ports/64627
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2004-03-24 22:57:34 +00:00

33 lines
735 B
Makefile

# New ports collection makefile for: libticables
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libticables
PORTVERSION= 3.7.7
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tilp
MAINTAINER= tijl@ulyssis.org
COMMENT= TI calculator link cables library
LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_LIBTOOL_VER= 13
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= ticables-config.1
.include <bsd.port.mk>