2013-09-11 19:20:45 +02:00
|
|
|
# Created by: Geoffrey Mainland <mainland@apeiron.net>
|
2005-06-23 12:15:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= latex
|
2007-08-19 06:37:29 +02:00
|
|
|
PORTVERSION= 1.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/pidgin-${PORTNAME}/pidgin-${PORTNAME}/${PORTVERSION}
|
2007-08-19 06:37:29 +02:00
|
|
|
PKGNAMEPREFIX= pidgin-
|
2005-06-23 12:15:55 +02:00
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= mainland@apeiron.net
|
|
|
|
COMMENT= Display LaTeX output in your IMs
|
|
|
|
|
2007-08-19 06:37:29 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
|
|
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
2005-06-23 12:15:55 +02:00
|
|
|
convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
|
2007-08-19 06:37:29 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
|
2005-07-24 17:33:30 +02:00
|
|
|
CFLAGS+= "-fPIC"
|
2013-09-11 19:20:45 +02:00
|
|
|
USES= gmake pkgconfig
|
2013-05-11 19:58:55 +02:00
|
|
|
USE_TEX= latex
|
2005-06-23 12:15:55 +02:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2007-08-19 06:37:29 +02:00
|
|
|
PLIST_FILES= lib/pidgin/LaTeX.so
|
2005-06-23 12:15:55 +02:00
|
|
|
|
2013-09-21 00:13:34 +02:00
|
|
|
NO_STAGE= yes
|
2005-06-23 12:15:55 +02:00
|
|
|
do-install:
|
2007-08-19 06:37:29 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/pidgin
|
2005-06-23 12:15:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|