2006-10-31 18:07:47 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libticables2
|
2013-04-22 19:36:24 +00:00
|
|
|
PORTVERSION= 1.3.4
|
2013-10-22 16:02:19 +00:00
|
|
|
PORTREVISION= 1
|
2006-10-31 18:07:47 +00:00
|
|
|
CATEGORIES= comms
|
2013-04-22 19:36:24 +00:00
|
|
|
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17
|
2006-10-31 18:07:47 +00:00
|
|
|
|
2013-04-24 08:01:28 +00:00
|
|
|
MAINTAINER= tijl@FreeBSD.org
|
2006-10-31 18:07:47 +00:00
|
|
|
COMMENT= TI calculator link cables library
|
|
|
|
|
2012-01-17 19:06:35 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-09-05 18:53:39 +00:00
|
|
|
USE_BZIP2= yes
|
2013-04-22 19:36:24 +00:00
|
|
|
USE_GNOME= glib20
|
2006-10-31 18:07:47 +00:00
|
|
|
USE_LDCONFIG= yes
|
2013-10-22 16:02:19 +00:00
|
|
|
USES= gmake pathfix pkgconfig
|
2006-10-31 18:07:47 +00:00
|
|
|
|
2013-04-22 19:36:24 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
2013-10-22 16:02:19 +00:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2006-10-31 18:07:47 +00:00
|
|
|
|
2013-04-22 19:36:24 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
|
2011-06-16 15:46:36 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-10-31 18:07:47 +00:00
|
|
|
|
2013-10-22 16:02:19 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticables2.pc.in
|
2007-09-05 11:03:22 +00:00
|
|
|
|
2013-04-22 19:36:24 +00:00
|
|
|
.include <bsd.port.mk>
|