diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-28 12:46:36 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-28 12:46:36 +0000 |
commit | ca9226645379b7530ec7b1fca8f0a5948dddf171 (patch) | |
tree | 4bcf36f00ce825158b0e023df89dd09be8e1a63b /graphics | |
parent | 59b9d1157832ae4562be296f81dc245c35ca96cd (diff) | |
download | ports-ca9226645379b7530ec7b1fca8f0a5948dddf171.tar.gz ports-ca9226645379b7530ec7b1fca8f0a5948dddf171.zip |
Initial Import.
Developpers only.
Notes
Notes:
svn path=/head/; revision=25164
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sodipodi/Makefile | 41 | ||||
-rw-r--r-- | graphics/sodipodi/distinfo | 1 | ||||
-rw-r--r-- | graphics/sodipodi/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/sodipodi/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/sodipodi/pkg-plist | 28 |
5 files changed, 78 insertions, 0 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile new file mode 100644 index 000000000000..00e21f6b0d50 --- /dev/null +++ b/graphics/sodipodi/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: sodipodi +# Version required: 0.17 +# Date created: 28 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= sodipodi-0.17 +CATEGORIES= graphics +MASTER_SITES= http://www.ariman.ee/linux/sodipodi/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + glade.2:${PORTSDIR}/devel/glade \ + gnomeprint.2:${PORTSDIR}/print/gnomeprint \ + gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf + +WRKSRC= ${WRKDIR}/sodipodi + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +post-extract: + ${RM} ${WRKSRC}/config.cache + ${RM} ${WRKSRC}/install-sh + ${RM} ${WRKSRC}/mkinstalldirs + ${LN} ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh + ${LN} ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs + +.include <bsd.port.mk> diff --git a/graphics/sodipodi/distinfo b/graphics/sodipodi/distinfo new file mode 100644 index 000000000000..22ff814803cc --- /dev/null +++ b/graphics/sodipodi/distinfo @@ -0,0 +1 @@ +MD5 (sodipodi-0.17.tar.gz) = 1a6f40ab22720211623e7688152ccc79 diff --git a/graphics/sodipodi/pkg-comment b/graphics/sodipodi/pkg-comment new file mode 100644 index 000000000000..656da9afbffb --- /dev/null +++ b/graphics/sodipodi/pkg-comment @@ -0,0 +1 @@ +a small Vector based drawing program with GNOME libraries diff --git a/graphics/sodipodi/pkg-descr b/graphics/sodipodi/pkg-descr new file mode 100644 index 000000000000..4cacc706854e --- /dev/null +++ b/graphics/sodipodi/pkg-descr @@ -0,0 +1,7 @@ +a small Vector based drawing program with GNOME libraries + +*** NOTE *** +This is in very earlier level of development, so please don't +use for non-development usage. + +WWW: http://www.ariman.ee/linux/sodipodi/ diff --git a/graphics/sodipodi/pkg-plist b/graphics/sodipodi/pkg-plist new file mode 100644 index 000000000000..632b088ee57f --- /dev/null +++ b/graphics/sodipodi/pkg-plist @@ -0,0 +1,28 @@ +bin/sodipodi +share/gnome/sodipodi/back.xpm +share/gnome/sodipodi/delete.xpm +share/gnome/sodipodi/duplicate.xpm +share/gnome/sodipodi/ellipse.xpm +share/gnome/sodipodi/fill.xpm +share/gnome/sodipodi/font.xpm +share/gnome/sodipodi/forward.xpm +share/gnome/sodipodi/freehand.xpm +share/gnome/sodipodi/node.xpm +share/gnome/sodipodi/orav.png +share/gnome/sodipodi/origin.xpm +share/gnome/sodipodi/rect.xpm +share/gnome/sodipodi/select.xpm +share/gnome/sodipodi/sodipodi-glade.c +share/gnome/sodipodi/sodipodi.glade +share/gnome/sodipodi/sodipodi.glade.bak +share/gnome/sodipodi/stroke-dialog.glade +share/gnome/sodipodi/stroke.xpm +share/gnome/sodipodi/text-dialog.glade +share/gnome/sodipodi/text.xpm +share/gnome/sodipodi/toback.xpm +share/gnome/sodipodi/tofront.xpm +share/gnome/sodipodi/unknown.xpm +share/gnome/sodipodi/zoom.xpm +share/locale/et/LC_MESSAGES/sodipodi.mo +share/locale/uk/LC_MESSAGES/sodipodi.mo +@dirrm share/gnome/sodipodi |