1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/comms/libticables/Makefile
Rene Ladan 4e4178dab5 In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
2013-04-29 16:43:05 +00:00

28 lines
561 B
Makefile

# Created by: 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
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
.include <bsd.port.mk>