diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:27:55 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:27:55 +0800 |
commit | 0fe71f81c6022860cf8c358b979aac438767902b (patch) | |
tree | cb9dbf700ca1ae8548ec911f0a28cf09cb492a38 | |
parent | a21c34edb9cc853441ee730012152e9e54e7e627 (diff) | |
download | marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.gz marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.bz2 marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.lz marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.xz marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.zst marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.zip |
Add libgnomecups 0.1.5. The descr could probably use some work.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@953 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | print/libgnomecups/Makefile | 26 | ||||
-rw-r--r-- | print/libgnomecups/distinfo | 1 | ||||
-rw-r--r-- | print/libgnomecups/files/patch-configure | 10 | ||||
-rw-r--r-- | print/libgnomecups/pkg-descr | 1 | ||||
-rw-r--r-- | print/libgnomecups/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile new file mode 100644 index 000000000..4c301c066 --- /dev/null +++ b/print/libgnomecups/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: libgnomecups +# Date created: 02 July 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libgnomecups +PORTVERSION= 0.1.5 +CATEGORIES= print gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME interface to the CUPS printing system + +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base + +USE_BZIP2= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomeprefix gnomehack glib20 + +.include <bsd.port.mk> diff --git a/print/libgnomecups/distinfo b/print/libgnomecups/distinfo new file mode 100644 index 000000000..d6085268f --- /dev/null +++ b/print/libgnomecups/distinfo @@ -0,0 +1 @@ +MD5 (libgnomecups-0.1.5.tar.bz2) = 702ca9233821ee91fd3c46089ea522b6 diff --git a/print/libgnomecups/files/patch-configure b/print/libgnomecups/files/patch-configure new file mode 100644 index 000000000..47a2c2408 --- /dev/null +++ b/print/libgnomecups/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jul 2 10:47:22 2003 ++++ configure Wed Jul 2 10:48:20 2003 +@@ -7558,6 +7558,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/print/libgnomecups/pkg-descr b/print/libgnomecups/pkg-descr new file mode 100644 index 000000000..fd13bca4c --- /dev/null +++ b/print/libgnomecups/pkg-descr @@ -0,0 +1 @@ +libgnomecups is a GNOME API into the CUPS printing system. diff --git a/print/libgnomecups/pkg-plist b/print/libgnomecups/pkg-plist new file mode 100644 index 000000000..86928833f --- /dev/null +++ b/print/libgnomecups/pkg-plist @@ -0,0 +1,9 @@ +include/libgnomecups-1/libgnomecups/gnome-cups-init.h +include/libgnomecups-1/libgnomecups/gnome-cups-printer.h +include/libgnomecups-1/libgnomecups/gnome-cups-queue.h +include/libgnomecups-1/libgnomecups/gnome-cups-request.h +include/libgnomecups-1/libgnomecups/gnome-cups-util.h +lib/libgnomecups-1.0.a +lib/libgnomecups-1.0.so +lib/libgnomecups-1.0.so.1 +libdata/pkgconfig/libgnomecups-1.0.pc |