summaryrefslogtreecommitdiffstats
path: root/net-im/gaim-latex/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-01 12:20:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-01 12:20:39 +0800
commit8a11626d29ef8fc297e6512cd6f687df742cb65e (patch)
tree62719bac798fe713e8f9d4fc428c3fd7871d7500 /net-im/gaim-latex/Makefile
parent35629ffb6cfb8371430eac1f90d201a71b5d7696 (diff)
downloadmarcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar
marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.gz
marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.bz2
marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.lz
marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.xz
marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.tar.zst
marcuscom-ports-8a11626d29ef8fc297e6512cd6f687df742cb65e.zip
-USE_X_PREFIX -> USE_XLIB, these ports install in LOCALBASE now.
-X11BASE -> LOCALBASE, gaim lives in LOCALBASE. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6911 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/gaim-latex/Makefile')
-rw-r--r--net-im/gaim-latex/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/net-im/gaim-latex/Makefile b/net-im/gaim-latex/Makefile
new file mode 100644
index 000000000..16c2a6ceb
--- /dev/null
+++ b/net-im/gaim-latex/Makefile
@@ -0,0 +1,36 @@
+# 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>