mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
f191d6b887
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
33 lines
844 B
Makefile
33 lines
844 B
Makefile
# Created by: Geoffrey Mainland <mainland@apeiron.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= latex
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF/pidgin-${PORTNAME}/pidgin-${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= pidgin-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= mainland@apeiron.net
|
|
COMMENT= Display LaTeX output in your IMs
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
|
convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
USES= gmake pkgconfig tar:bzip2
|
|
USE_TEX= latex
|
|
USE_GNOME= gtk20
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
PLIST_FILES= lib/pidgin/LaTeX.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin
|
|
${INSTALL_LIB} ${WRKSRC}/LaTeX.so ${STAGEDIR}${PREFIX}/lib/pidgin
|
|
|
|
.include <bsd.port.mk>
|