Add libgnomecups, the GNOME interface to the CUPS print system.
PR: 54515 Submitted by: adamw Glenn Johnson <gjohnson@srrc.ars.usda.gov>
This commit is contained in:
parent
af6878f7b9
commit
30e2d125b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84954
6 changed files with 55 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
SUBDIR += latex2rtf
|
||||
SUBDIR += latex2slides
|
||||
SUBDIR += lgrind
|
||||
SUBDIR += libgnomecups
|
||||
SUBDIR += libgnomeprint
|
||||
SUBDIR += libgnomeprint20
|
||||
SUBDIR += libijs
|
||||
|
|
28
print/libgnomecups/Makefile
Normal file
28
print/libgnomecups/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: libgnomecups
|
||||
# Date created: 14 Jul 2003
|
||||
# Whom: Glenn Johnson <glennpj@charter.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgnomecups
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Support library for gnome cups admistration
|
||||
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack glib20
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
print/libgnomecups/distinfo
Normal file
1
print/libgnomecups/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnome2/libgnomecups-0.1.5.tar.bz2) = 702ca9233821ee91fd3c46089ea522b6
|
10
print/libgnomecups/files/patch-configure
Normal file
10
print/libgnomecups/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Tue Jul 15 11:59:06 2003
|
||||
+++ configure Tue Jul 15 11:59:32 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'
|
3
print/libgnomecups/pkg-descr
Normal file
3
print/libgnomecups/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Support library for Cups adminstration through GNOME.
|
||||
|
||||
WWW: http://www.gnome.org/
|
12
print/libgnomecups/pkg-plist
Normal file
12
print/libgnomecups/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
share/locale/ja/LC_MESSAGES/libgnomecups.mo
|
||||
@dirrm include/libgnomecups-1/libgnomecups
|
||||
@dirrm include/libgnomecups-1
|
Loading…
Reference in a new issue