diff options
author | ade <ade@FreeBSD.org> | 2000-04-19 23:08:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-19 23:08:46 +0800 |
commit | 05f2f729355350a8ad2e18f256003cca3adfdba3 (patch) | |
tree | 589b412440be68723d65ed0b0e3c8e007a1c9bb1 /graphics | |
parent | 9e0fda4ec756b62686e4e9b642c4f0a86a074b1a (diff) | |
download | freebsd-ports-gnome-05f2f729355350a8ad2e18f256003cca3adfdba3.tar.gz freebsd-ports-gnome-05f2f729355350a8ad2e18f256003cca3adfdba3.tar.zst freebsd-ports-gnome-05f2f729355350a8ad2e18f256003cca3adfdba3.zip |
Update to 0.18
Approved by: nakai
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sodipodi/Makefile | 20 | ||||
-rw-r--r-- | graphics/sodipodi/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/sodipodi/pkg-plist | 2 |
3 files changed, 7 insertions, 17 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 2cc888c5a3b3..11e0ff0089d2 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -6,19 +6,16 @@ # PORTNAME= sodipodi -PORTVERSION= 0.17 -CATEGORIES= graphics -MASTER_SITES= http://www.ariman.ee/linux/sodipodi/ +PORTVERSION= 0.18 +CATEGORIES= graphics gnome +MASTER_SITES= http://download.sourceforge.net/sodipodi/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ glade.3:${PORTSDIR}/devel/libglade \ - gnomeprint.6:${PORTSDIR}/print/gnomeprint \ + gnomeprint.7:${PORTSDIR}/print/gnomeprint \ gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf -BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake - -WRKSRC= ${WRKDIR}/sodipodi GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -32,13 +29,4 @@ 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} -s ${LOCALBASE}/share/automake/install-sh \ - ${WRKSRC}/install-sh - ${LN} -s ${LOCALBASE}/share/automake/mkinstalldirs \ - ${WRKSRC}/mkinstalldirs - .include <bsd.port.mk> diff --git a/graphics/sodipodi/pkg-descr b/graphics/sodipodi/pkg-descr index 4cacc706854e..e12f1313b2b1 100644 --- a/graphics/sodipodi/pkg-descr +++ b/graphics/sodipodi/pkg-descr @@ -4,4 +4,4 @@ a small Vector based drawing program with GNOME libraries This is in very earlier level of development, so please don't use for non-development usage. -WWW: http://www.ariman.ee/linux/sodipodi/ +WWW: http://sodipodi.sourceforge.net/ diff --git a/graphics/sodipodi/pkg-plist b/graphics/sodipodi/pkg-plist index 632b088ee57f..e7715a8ef9eb 100644 --- a/graphics/sodipodi/pkg-plist +++ b/graphics/sodipodi/pkg-plist @@ -1,4 +1,6 @@ bin/sodipodi +share/gnome/apps/Graphics/sodipodi.desktop +share/gnome/pixmaps/sodipodi.png share/gnome/sodipodi/back.xpm share/gnome/sodipodi/delete.xpm share/gnome/sodipodi/duplicate.xpm |