summaryrefslogtreecommitdiffstats
path: root/print/libgnomeprintmm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-18 09:04:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-18 09:04:26 +0800
commitd57b219e8e5329f011f33bf19ed3bdbc1fa7905f (patch)
treeaf9dfaceb1e78c300e4721859c3d8b7d1d780d51 /print/libgnomeprintmm/Makefile
parentee51425050aee2d33c5e90d5ce74a577dba6dc09 (diff)
downloadmarcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.tar
marcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.tar.gz
marcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.tar.bz2
marcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.tar.lz
marcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.tar.xz
marcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.tar.zst
marcuscom-ports-d57b219e8e5329f011f33bf19ed3bdbc1fa7905f.zip
Add libgnomeprintmm, C++ wrappers for the GNOME print system.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1491 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprintmm/Makefile')
-rw-r--r--print/libgnomeprintmm/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
new file mode 100644
index 000000000..72c417226
--- /dev/null
+++ b/print/libgnomeprintmm/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: libgnomeprintmm
+# Date created: 17 December 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgnomeprintmm
+PORTVERSION= 2.5.0
+CATEGORIES= print gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= C++ bindings for the GNOME print support library
+
+LIB_DEPENDS= gtkmm-2.3.2:${PORTSDIR}/x11-toolkits/gtk--2
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack lthack libgnomeprint
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --enable-static
+
+PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
+
+.include <bsd.port.mk>