blob: 9f70a457a1baa310ee5b9af6372bed9b058bd217 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: libticables
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libticables
PORTVERSION= 3.9.7
PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= SF/tilp/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= TI calculator link cables library
DEPRECATED= Superseded by comms/libticables2
EXPIRATION_DATE=2013-07-01
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gettext
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
.else
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
.endif
.include <bsd.port.post.mk>
|