mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4e4178dab5
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)
28 lines
561 B
Makefile
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>
|