1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/comms/tilp2/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

40 lines
932 B
Makefile

# $FreeBSD$
PORTNAME= tilp2
PORTVERSION= 1.17
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= SF/tilp/tilp2-linux/${DISTNAME}
MAINTAINER= tijl@FreeBSD.org
COMMENT= TI Linking Program
LICENSE= GPLv2
LIB_DEPENDS= libticables2.so:comms/libticables2 \
libtifiles2.so:devel/libtifiles2 \
libticalcs2.so:comms/libticalcs2 \
libticonv.so:converters/libticonv
USES= desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2
USE_GNOME= gtk20 intltool
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-kde
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's,^ USE_NLS=yes$$,,' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/src/bookmark.c
.include <bsd.port.mk>