diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-08 04:18:40 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-08 04:18:40 +0800 |
commit | 2285789b876dc2ee0e55acfd242f3939a35590ef (patch) | |
tree | 3d3bdd558af8562bf83458a5ee035f5cff4fd11a /x11/libXp | |
parent | 160a22a96d849f3518203349c742f0a1e625ddea (diff) | |
download | freebsd-ports-gnome-2285789b876dc2ee0e55acfd242f3939a35590ef.tar.gz freebsd-ports-gnome-2285789b876dc2ee0e55acfd242f3939a35590ef.tar.zst freebsd-ports-gnome-2285789b876dc2ee0e55acfd242f3939a35590ef.zip |
New port: libXp taken from X.org release 6.7.0:
X print library
Testing is encouraged, but please do not use these ports as dependencies until
a plan is made for handling the transition from XFree86
Diffstat (limited to 'x11/libXp')
-rw-r--r-- | x11/libXp/Makefile | 31 | ||||
-rw-r--r-- | x11/libXp/distinfo | 2 | ||||
-rw-r--r-- | x11/libXp/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXp/pkg-plist | 3 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile new file mode 100644 index 000000000000..d89ba2eb53b3 --- /dev/null +++ b/x11/libXp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: libXp +# Date Created: 4 May 2004 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXp +PORTVERSION= 6.0 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~xorg/release/ +DISTNAME= X11R6.7.0-src1 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X print library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ + ${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ + ${LIB_PC_DEPENDS} +RUN_DEPENDS= ${LIB_PC_DEPENDS} + +CONFLICTS= XFree86-libraries-* + +USE_IMAKE= YES +DIST_SUBDIR= xorg +INSTALLS_SHLIB= yes +WRKSRC= ${WRKDIR}/xc/lib/Xp +EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/lib/Xp + +.include <bsd.port.mk> diff --git a/x11/libXp/distinfo b/x11/libXp/distinfo new file mode 100644 index 000000000000..3b6121dc89e0 --- /dev/null +++ b/x11/libXp/distinfo @@ -0,0 +1,2 @@ +MD5 (xorg/X11R6.7.0-src1.tar.gz) = 22465263bae7a2e9f5ad77e172cf1ab5 +SIZE (xorg/X11R6.7.0-src1.tar.gz) = 30039655 diff --git a/x11/libXp/pkg-descr b/x11/libXp/pkg-descr new file mode 100644 index 000000000000..d61d29de9388 --- /dev/null +++ b/x11/libXp/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X print library. + +WWW: http://www.freedesktop.org/Software/xorg + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXp/pkg-plist b/x11/libXp/pkg-plist new file mode 100644 index 000000000000..ec3568cca799 --- /dev/null +++ b/x11/libXp/pkg-plist @@ -0,0 +1,3 @@ +lib/libXp.a +lib/libXp.so +lib/libXp.so.6 |