freebsd-ports/net-im/pidgin-latex/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

36 lines
854 B
Makefile

# New ports collection makefile for: Gaim-LaTeX
# Date created: 2005-06-22
# Whom: Geoffrey Mainland <mainland@apeiron.net>
#
# $FreeBSD$
#
PORTNAME= latex
PORTVERSION= 0.3
PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= gaim-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= mainland@apeiron.net
COMMENT= Display LaTeX output in your IMs
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
CFLAGS+= "-fPIC"
USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gtk20
USE_BZIP2= yes
PLIST_FILES= lib/gaim/LaTeX.so
do-install:
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim
.include <bsd.port.mk>