diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-31 22:35:06 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-31 22:35:06 +0800 |
commit | 7fee434b73eea713824fcddba2d6afe36c10f171 (patch) | |
tree | 5374fa5b0dd026e5395b8dc9883961ee95a8d54a /print | |
parent | e3a7949ef631d743a27e34b5d11a6c97693dc499 (diff) | |
download | marcuscom-ports-7fee434b73eea713824fcddba2d6afe36c10f171.tar.gz marcuscom-ports-7fee434b73eea713824fcddba2d6afe36c10f171.tar.zst marcuscom-ports-7fee434b73eea713824fcddba2d6afe36c10f171.zip |
Update to 0.1.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2573 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 29 | ||||
-rw-r--r-- | print/libgnomecups/distinfo | 2 | ||||
-rw-r--r-- | print/libgnomecups/pkg-descr | 3 | ||||
-rw-r--r-- | print/libgnomecups/pkg-plist | 32 |
4 files changed, 66 insertions, 0 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile new file mode 100644 index 000000000..bba632ee0 --- /dev/null +++ b/print/libgnomecups/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libgnomecups +# Date created: 14 Jul 2003 +# Whom: Glenn Johnson <glennpj@charter.net> +# +# $FreeBSD: ports/print/libgnomecups/Makefile,v 1.9 2004/07/27 13:53:04 marcus Exp $ + +PORTNAME= libgnomecups +PORTVERSION= 0.1.9 +PORTEPOCH= 1 +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 intlhack glib20 +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/print/libgnomecups/distinfo b/print/libgnomecups/distinfo new file mode 100644 index 000000000..491a96469 --- /dev/null +++ b/print/libgnomecups/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/libgnomecups-0.1.9.tar.bz2) = b846a90ba66242565174ca0e317a0f17 +SIZE (gnome2/libgnomecups-0.1.9.tar.bz2) = 299258 diff --git a/print/libgnomecups/pkg-descr b/print/libgnomecups/pkg-descr new file mode 100644 index 000000000..01d3dd912 --- /dev/null +++ b/print/libgnomecups/pkg-descr @@ -0,0 +1,3 @@ +Support library for Cups adminstration through GNOME. + +WWW: http://www.gnome.org/ diff --git a/print/libgnomecups/pkg-plist b/print/libgnomecups/pkg-plist new file mode 100644 index 000000000..c7062e4e9 --- /dev/null +++ b/print/libgnomecups/pkg-plist @@ -0,0 +1,32 @@ +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/ca/LC_MESSAGES/libgnomecups.mo +share/locale/cs/LC_MESSAGES/libgnomecups.mo +share/locale/de/LC_MESSAGES/libgnomecups.mo +share/locale/en_CA/LC_MESSAGES/libgnomecups.mo +share/locale/en_GB/LC_MESSAGES/libgnomecups.mo +share/locale/es/LC_MESSAGES/libgnomecups.mo +share/locale/eu/LC_MESSAGES/libgnomecups.mo +share/locale/fr/LC_MESSAGES/libgnomecups.mo +share/locale/hr/LC_MESSAGES/libgnomecups.mo +share/locale/hu/LC_MESSAGES/libgnomecups.mo +share/locale/is/LC_MESSAGES/libgnomecups.mo +share/locale/it/LC_MESSAGES/libgnomecups.mo +share/locale/ja/LC_MESSAGES/libgnomecups.mo +share/locale/nl/LC_MESSAGES/libgnomecups.mo +share/locale/no/LC_MESSAGES/libgnomecups.mo +share/locale/pt/LC_MESSAGES/libgnomecups.mo +share/locale/pt_BR/LC_MESSAGES/libgnomecups.mo +share/locale/sr/LC_MESSAGES/libgnomecups.mo +share/locale/sr@Latn/LC_MESSAGES/libgnomecups.mo +share/locale/sv/LC_MESSAGES/libgnomecups.mo +share/locale/uk/LC_MESSAGES/libgnomecups.mo +@dirrm include/libgnomecups-1/libgnomecups +@dirrm include/libgnomecups-1 |