Add libgnomeprintmm, C++ bindings for the GNOME printing backend library.
This commit is contained in:
parent
b73f6367a7
commit
d9e780788b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131003
5 changed files with 75 additions and 0 deletions
|
@ -132,6 +132,7 @@
|
|||
SUBDIR += lgrind
|
||||
SUBDIR += libgnomecups
|
||||
SUBDIR += libgnomeprint
|
||||
SUBDIR += libgnomeprintmm
|
||||
SUBDIR += libijs
|
||||
SUBDIR += libotf
|
||||
SUBDIR += libpaper
|
||||
|
|
41
print/libgnomeprintmm/Makefile
Normal file
41
print/libgnomeprintmm/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# New ports collection makefile for: libgnomeprintmm
|
||||
# Date created: 17 December 2003
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgnomeprintmm
|
||||
PORTVERSION= 2.5.1
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= C++ bindings for the GNOME print support library
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.4
|
||||
USE_GNOME= gnomeprefix gnomehack libgnomeprint
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_INC_LIBTOOL_VER=15
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
|
||||
|
||||
patch-autotools:
|
||||
@(cd ${PATCH_WRKSRC}; \
|
||||
for file in ${LIBTOOLFILES}; do \
|
||||
${CP} $$file $$file.tmp; \
|
||||
${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
|
||||
$$file.tmp > $$file; \
|
||||
${RM} $$file.tmp; \
|
||||
done);
|
||||
|
||||
.include <bsd.port.mk>
|
2
print/libgnomeprintmm/distinfo
Normal file
2
print/libgnomeprintmm/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = cac1729ff8708bec30be4291b73530bc
|
||||
SIZE (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = 261134
|
2
print/libgnomeprintmm/pkg-descr
Normal file
2
print/libgnomeprintmm/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a set of thin C++ wrappers around the libgnomeprint printing support
|
||||
system.
|
29
print/libgnomeprintmm/pkg-plist
Normal file
29
print/libgnomeprintmm/pkg-plist
Normal file
|
@ -0,0 +1,29 @@
|
|||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/config.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/context.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/enums.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/font.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/init.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/job.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/config_p.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/context_p.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/enums_p.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/font_p.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/job_p.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/types.h
|
||||
include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/wrap_init.h
|
||||
lib/libgnomeprintmm-%%VERSION%%.a
|
||||
lib/libgnomeprintmm-%%VERSION%%.so
|
||||
lib/libgnomeprintmm-%%VERSION%%.so.2
|
||||
lib/libgnomeprintmm-%%API_VERSION%%/include/libgnomeprintmmconfig.h
|
||||
lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert.m4
|
||||
lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert_libgnomeprintmm.m4
|
||||
libdata/pkgconfig/libgnomeprintmm-%%API_VERSION%%.pc
|
||||
@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc/m4
|
||||
@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc
|
||||
@dirrm lib/libgnomeprintmm-%%API_VERSION%%/include
|
||||
@dirrm lib/libgnomeprintmm-%%API_VERSION%%
|
||||
@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private
|
||||
@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm
|
||||
@dirrm include/libgnomeprintmm-%%API_VERSION%%
|
Loading…
Reference in a new issue