diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 23:32:15 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 23:32:15 +0800 |
commit | 85f6799567cc616c9df9cd386ec34033f6e19bba (patch) | |
tree | 6cd2df8ce8e8b426649248ecb786915906fabb5d /graphics/libsvg-cairo/Makefile | |
parent | 3a7ae501851592806120776b6636802a962193ad (diff) | |
download | marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.tar marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.tar.gz marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.tar.bz2 marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.tar.lz marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.tar.xz marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.tar.zst marcuscom-ports-85f6799567cc616c9df9cd386ec34033f6e19bba.zip |
- Add libsvg-cairo at version 0.1.5
* cairo 0.5.0 update port
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4098 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libsvg-cairo/Makefile')
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile new file mode 100644 index 000000000..00c192097 --- /dev/null +++ b/graphics/libsvg-cairo/Makefile @@ -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.5 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/snapshots/ + +MAINTAINER= gnome@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> |