2003-09-08 12:49:58 +02:00
|
|
|
# New ports collection makefile for: libticables
|
|
|
|
# Date created: 27 August 2003
|
|
|
|
# Whom: Tijl Coosemans <tijl@ulyssis.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libticables
|
2005-06-23 18:29:05 +02:00
|
|
|
PORTVERSION= 3.9.2
|
2003-09-08 12:49:58 +02:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= tilp
|
|
|
|
|
2003-09-08 12:51:41 +02:00
|
|
|
MAINTAINER= tijl@ulyssis.org
|
|
|
|
COMMENT= TI calculator link cables library
|
|
|
|
|
2005-04-13 12:22:22 +02:00
|
|
|
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb
|
2003-09-08 12:49:58 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2005-06-23 18:29:05 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
USE_LIBTOOL_VER= 15
|
2003-09-08 12:49:58 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-03-24 23:57:34 +01:00
|
|
|
.include <bsd.port.mk>
|