diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-fonts/xf86bigfontproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-fonts/xf86bigfontproto')
-rw-r--r-- | x11-fonts/xf86bigfontproto/Makefile | 17 | ||||
-rw-r--r-- | x11-fonts/xf86bigfontproto/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/xf86bigfontproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11-fonts/xf86bigfontproto/pkg-plist | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11-fonts/xf86bigfontproto/Makefile b/x11-fonts/xf86bigfontproto/Makefile new file mode 100644 index 000000000000..dbf8ea0d558a --- /dev/null +++ b/x11-fonts/xf86bigfontproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xf86bigfontproto +# Date Created: 06 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86bigfontproto +PORTVERSION= 1.1.2 +CATEGORIES= x11-fonts + +MAINTAINER= x11@FreeBSD.org +COMMENT= XFree86-Bigfont extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11-fonts/xf86bigfontproto/distinfo b/x11-fonts/xf86bigfontproto/distinfo new file mode 100644 index 000000000000..b80a3c01a5a8 --- /dev/null +++ b/x11-fonts/xf86bigfontproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/xf86bigfontproto-1.1.2.tar.bz2) = a318c1e86123832d7b0c95fc7d47ef35 +SHA256 (xorg/proto/xf86bigfontproto-1.1.2.tar.bz2) = 01b475b5b27709a738db6f94ce2ded37f5db0792e8d9318069ecf1690a15f124 +SIZE (xorg/proto/xf86bigfontproto-1.1.2.tar.bz2) = 37450 diff --git a/x11-fonts/xf86bigfontproto/pkg-descr b/x11-fonts/xf86bigfontproto/pkg-descr new file mode 100644 index 000000000000..a7644ffe455b --- /dev/null +++ b/x11-fonts/xf86bigfontproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org XFree86-Bigfont extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11-fonts/xf86bigfontproto/pkg-plist b/x11-fonts/xf86bigfontproto/pkg-plist new file mode 100644 index 000000000000..16a3b7e8ef26 --- /dev/null +++ b/x11-fonts/xf86bigfontproto/pkg-plist @@ -0,0 +1,4 @@ +include/X11/extensions/xf86bigfont.h +include/X11/extensions/xf86bigfstr.h +libdata/pkgconfig/xf86bigfontproto.pc +@dirrmtry include/X11/extensions |