summaryrefslogtreecommitdiffstats
path: root/x11/libXpm
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-01-25 10:14:08 +0000
committeranholt <anholt@FreeBSD.org>2004-01-25 10:14:08 +0000
commit47b34d4942b7666eb10099e751ea09cb61e2f768 (patch)
treec62774457d3ffb51d3af48b85b7541fd50f1ba8b /x11/libXpm
parente2ad76407048459282048dd64a6c0de2d5004715 (diff)
downloadFreeBSD-ports-47b34d4942b7666eb10099e751ea09cb61e2f768.zip
FreeBSD-ports-47b34d4942b7666eb10099e751ea09cb61e2f768.tar.gz
New port: X Pixmap library from freedesktop.org
Testing is encouraged, but please do not use these ports as dependencies until the XFree86 ports have been updated to depend on them.
Diffstat (limited to 'x11/libXpm')
-rw-r--r--x11/libXpm/Makefile31
-rw-r--r--x11/libXpm/distinfo1
-rw-r--r--x11/libXpm/pkg-descr6
-rw-r--r--x11/libXpm/pkg-plist5
4 files changed, 43 insertions, 0 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile
new file mode 100644
index 0000000..eaa9334
--- /dev/null
+++ b/x11/libXpm/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: libXpm
+# Date Created: 25 Jan, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libXpm
+PORTVERSION= 3.5.0
+CATEGORIES= x11
+MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X Pixmap library
+
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
+ ${LIB_PC_DEPENDS}
+RUN_DEPENDS= ${LIB_PC_DEPENDS}
+
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_LIBTOOL= yes
+CFLAGS+= -DMALLOC_0_RETURNS_NULL
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack pkgconfig
+
+.include <bsd.port.mk>
diff --git a/x11/libXpm/distinfo b/x11/libXpm/distinfo
new file mode 100644
index 0000000..e8ee195
--- /dev/null
+++ b/x11/libXpm/distinfo
@@ -0,0 +1 @@
+MD5 (libXpm-3.5.0.tar.bz2) = 9c0989b118ae29b5d68d93685504a9cb
diff --git a/x11/libXpm/pkg-descr b/x11/libXpm/pkg-descr
new file mode 100644
index 0000000..dcf853a
--- /dev/null
+++ b/x11/libXpm/pkg-descr
@@ -0,0 +1,6 @@
+This package contains the X Pixmap library.
+
+WWW: http://www.freedesktop.org/Software/xlibs
+
+- Eric Anholt
+anholt@FreeBSD.org
diff --git a/x11/libXpm/pkg-plist b/x11/libXpm/pkg-plist
new file mode 100644
index 0000000..96b3bab
--- /dev/null
+++ b/x11/libXpm/pkg-plist
@@ -0,0 +1,5 @@
+lib/libXpm.a
+lib/libXpm.la
+lib/libXpm.so
+lib/libXpm.so.3
+libdata/pkgconfig/xpm.pc
OpenPOWER on IntegriCloud