Add gtkcairo
GTK+ bindings to Cairo PR: ports/72392 Approved by: adamw (mentor)
This commit is contained in:
parent
6c7388ef0d
commit
57be3799e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121137
@ -156,6 +156,7 @@
|
||||
SUBDIR += gsculpt
|
||||
SUBDIR += gthumb2
|
||||
SUBDIR += gtkam
|
||||
SUBDIR += gtkcairo
|
||||
SUBDIR += gtkdps
|
||||
SUBDIR += gtkfig
|
||||
SUBDIR += gtkgraph
|
||||
|
31
graphics/gtkcairo/Makefile
Normal file
31
graphics/gtkcairo/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: gtkcairo
|
||||
# Date created: 2004-10-06
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkcairo
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.cairographics.org/snapshots/
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Gtk+ Bindings to cairo
|
||||
|
||||
LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20 gnometarget gnomehack
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
PLIST_FILES= include/gtkcairo.h \
|
||||
lib/libgtkcairo.a \
|
||||
lib/libgtkcairo.so \
|
||||
lib/libgtkcairo.so.2 \
|
||||
libdata/pkgconfig/gtkcairo.pc
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/gtkcairo/distinfo
Normal file
2
graphics/gtkcairo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (gtkcairo-0.3.tar.bz2) = d5d51cdef855edf7829c1cdf7e7e312f
|
||||
SIZE (gtkcairo-0.3.tar.bz2) = 208310
|
3
graphics/gtkcairo/pkg-descr
Normal file
3
graphics/gtkcairo/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
GTK+ bindings to Cairo
|
||||
|
||||
WWW: http://www.cairographics.org
|
29
graphics/libsvg-cairo/Makefile
Normal file
29
graphics/libsvg-cairo/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: libsvg-cairo
|
||||
# Date created: 2004-10-06
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libsvg-cairo
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.cairographics.org/snapshots/
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= SVG rendering library
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
svg.1:${PORTSDIR}/graphics/libsvg \
|
||||
cairo.1:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_GNOME= pkgconfig gnometarget gnomehack
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_FILES= include/svg-cairo.h \
|
||||
lib/libsvg-cairo.a \
|
||||
lib/libsvg-cairo.so \
|
||||
lib/libsvg-cairo.so.1 \
|
||||
libdata/pkgconfig/libsvg-cairo.pc
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/libsvg-cairo/distinfo
Normal file
2
graphics/libsvg-cairo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libsvg-cairo-0.1.4.tar.gz) = 98afd1ecb8cf7f573027c006a0df98b2
|
||||
SIZE (libsvg-cairo-0.1.4.tar.gz) = 302412
|
3
graphics/libsvg-cairo/pkg-descr
Normal file
3
graphics/libsvg-cairo/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
SVG Rendering library using cairo
|
||||
|
||||
WWW: http://cairographics.org
|
Loading…
Reference in New Issue
Block a user