diff options
Diffstat (limited to 'x11/printproto')
-rw-r--r-- | x11/printproto/Makefile | 17 | ||||
-rw-r--r-- | x11/printproto/distinfo | 3 | ||||
-rw-r--r-- | x11/printproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/printproto/pkg-plist | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11/printproto/Makefile b/x11/printproto/Makefile new file mode 100644 index 000000000000..82049577ad59 --- /dev/null +++ b/x11/printproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: printproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= printproto +PORTVERSION= 1.0.3 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Print extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/printproto/distinfo b/x11/printproto/distinfo new file mode 100644 index 000000000000..638a4e42bbc3 --- /dev/null +++ b/x11/printproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/printproto-1.0.3.tar.bz2) = 0f4e7982c6d4ec3b2cf38502dd1293a3 +SHA256 (xorg/proto/printproto-1.0.3.tar.bz2) = 8b375f8cda83dfc7d84be44af41eedd484d0e2499acbd19bdca5b4056dec7235 +SIZE (xorg/proto/printproto-1.0.3.tar.bz2) = 43560 diff --git a/x11/printproto/pkg-descr b/x11/printproto/pkg-descr new file mode 100644 index 000000000000..c363d52f32fc --- /dev/null +++ b/x11/printproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org Print extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/printproto/pkg-plist b/x11/printproto/pkg-plist new file mode 100644 index 000000000000..44d872813219 --- /dev/null +++ b/x11/printproto/pkg-plist @@ -0,0 +1,4 @@ +include/X11/extensions/Print.h +include/X11/extensions/Printstr.h +libdata/pkgconfig/printproto.pc +@dirrmtry include/X11/extensions |