diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-22 07:38:30 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-22 07:38:30 +0800 |
commit | d5d5a4d08458f903fb20a220c77b8e4c6e464301 (patch) | |
tree | d9c9a5328af8bef07f9f57b4ff33974ce2d04bdd /x11-fonts | |
parent | c25319f1163e0907293ebd8e78f2c132281a6e39 (diff) | |
download | freebsd-ports-gnome-d5d5a4d08458f903fb20a220c77b8e4c6e464301.tar.gz freebsd-ports-gnome-d5d5a4d08458f903fb20a220c77b8e4c6e464301.tar.zst freebsd-ports-gnome-d5d5a4d08458f903fb20a220c77b8e4c6e464301.zip |
New port: Prerelease version of libXfont from freedesktop.org:
X font libary
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/libXfont/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/libXfont/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-plist | 13 |
5 files changed, 60 insertions, 0 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile new file mode 100644 index 000000000000..c42bfdf700a5 --- /dev/null +++ b/x11-fonts/libXfont/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libXfont +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXfont +PORTVERSION= 1.4.1.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X font libary + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS= --enable-freetype +WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.1 + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11-fonts/libXfont/distinfo b/x11-fonts/libXfont/distinfo new file mode 100644 index 000000000000..2656dc9a9e81 --- /dev/null +++ b/x11-fonts/libXfont/distinfo @@ -0,0 +1 @@ +MD5 (libXfont-1.4.1.p1.tar.bz2) = f67736c01ddcc33a230f06c0d8bbd9c6 diff --git a/x11-fonts/libXfont/files/patch-Makefile.in b/x11-fonts/libXfont/files/patch-Makefile.in new file mode 100644 index 000000000000..1402e0ce1ee5 --- /dev/null +++ b/x11-fonts/libXfont/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 10 00:15:00 2003 ++++ Makefile.in Mon Nov 10 00:15:08 2003 +@@ -221,7 +221,7 @@ + include/X11/fonts/fsmasks.h + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xfont.pc + + LOCAL_INCLUDES = \ diff --git a/x11-fonts/libXfont/pkg-descr b/x11-fonts/libXfont/pkg-descr new file mode 100644 index 000000000000..9f3309dcd11a --- /dev/null +++ b/x11-fonts/libXfont/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X font libary + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11-fonts/libXfont/pkg-plist b/x11-fonts/libXfont/pkg-plist new file mode 100644 index 000000000000..00d31e4afd31 --- /dev/null +++ b/x11-fonts/libXfont/pkg-plist @@ -0,0 +1,13 @@ +include/X11/fonts/FS.h +include/X11/fonts/FSproto.h +include/X11/fonts/font.h +include/X11/fonts/fontconf.h +include/X11/fonts/fontenc.h +include/X11/fonts/fontproto.h +include/X11/fonts/fontstruct.h +include/X11/fonts/fsmasks.h +lib/libXfont.a +lib/libXfont.la +lib/libXfont.so +lib/libXfont.so.1 +libdata/pkgconfig/xfont.pc |