summaryrefslogtreecommitdiffstats
path: root/x11-fonts/fontilus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-16 01:18:45 +0000
committermarcus <marcus@FreeBSD.org>2003-02-16 01:18:45 +0000
commit29263119dc40f845dd1487c507bb57d08bd4259a (patch)
treea9a3cdcad4bc3b5ac039b21a3c4fe54faa56fff7 /x11-fonts/fontilus/Makefile
parent8bc87d7c1e393aa1a3042974ca05730a40a649bb (diff)
downloadFreeBSD-ports-29263119dc40f845dd1487c507bb57d08bd4259a.zip
FreeBSD-ports-29263119dc40f845dd1487c507bb57d08bd4259a.tar.gz
Add fontilus, a font viewer and thumbnailer for Nautilus.
Diffstat (limited to 'x11-fonts/fontilus/Makefile')
-rw-r--r--x11-fonts/fontilus/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-fonts/fontilus/Makefile b/x11-fonts/fontilus/Makefile
new file mode 100644
index 0000000..dc05ddf
--- /dev/null
+++ b/x11-fonts/fontilus/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: fontilus
+# Date created: 15 February 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fontilus
+PORTVERSION= 0.4
+CATEGORIES= x11-fonts x11-fm
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
+DIST_SUBDIR= gnome2
+
+MAINTAINER= marcus@FreeBSD.org
+
+LIB_DEPENDS= nautilus.2:${PORTSDIR}/x11-fm/nautilus2
+
+USE_BZIP2= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack gnomeprefix
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \
+ ${WRKSRC}/src/font-view.c
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud