diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 11:21:54 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 11:21:54 +0800 |
commit | afae408a0d0d867ba368f81507684b6b084a690a (patch) | |
tree | 119077fcb75f5af1fb73cac9af0b1e1661df9ff1 /x11 | |
parent | a168db5e3f2a8601d058a656c6fd0de0509d7f88 (diff) | |
download | freebsd-ports-gnome-afae408a0d0d867ba368f81507684b6b084a690a.tar.gz freebsd-ports-gnome-afae408a0d0d867ba368f81507684b6b084a690a.tar.zst freebsd-ports-gnome-afae408a0d0d867ba368f81507684b6b084a690a.zip |
libXfont moved from x11 to x11-fonts.
Approved by: portmgr (erwin)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont/Makefile | 32 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 3 | ||||
-rw-r--r-- | x11/libXfont/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXfont/pkg-plist | 16 |
4 files changed, 0 insertions, 57 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile deleted file mode 100644 index bcce080f3c3d..000000000000 --- a/x11/libXfont/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libXfont -# Date Created: 29 Oct, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libXfont -PORTVERSION= 1.4.2 -CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ - -MAINTAINER= x11@FreeBSD.org -COMMENT= X font libary - -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config \ - ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -CONFIGURE_ARGS= --enable-freetype -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig - -.include <bsd.port.mk> diff --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo deleted file mode 100644 index 7611f60f3e11..000000000000 --- a/x11/libXfont/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libXfont-1.4.2.tar.bz2) = 7c548377a836a6a7344a62d73d1e8578 -SHA256 (libXfont-1.4.2.tar.bz2) = 37ff10ec3fe97f400b8808fcaf4e413099c310cdf8ba0d52f7d5da85cec48118 -SIZE (libXfont-1.4.2.tar.bz2) = 357750 diff --git a/x11/libXfont/pkg-descr b/x11/libXfont/pkg-descr deleted file mode 100644 index 9f3309dcd11a..000000000000 --- a/x11/libXfont/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package contains the X font libary - -WWW: http://www.freedesktop.org/Software/xlibs - -- Eric Anholt -anholt@FreeBSD.org diff --git a/x11/libXfont/pkg-plist b/x11/libXfont/pkg-plist deleted file mode 100644 index 874de36d6e0c..000000000000 --- a/x11/libXfont/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -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/fontmod.h -include/X11/fonts/fontproto.h -include/X11/fonts/fontstruct.h -include/X11/fonts/fontutil.h -include/X11/fonts/fsmasks.h -lib/libXfont.a -lib/libXfont.la -lib/libXfont.so -lib/libXfont.so.1 -libdata/pkgconfig/xfont.pc -@dirrm include/X11/fonts |