diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 06:31:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 06:31:29 +0000 |
commit | 840edf80f17eb26f6c754855e73b7ee3c4dbdba4 (patch) | |
tree | 260ca3c7bffda400eb00ba820042feb36f89d042 /x11-themes/gnome-art/Makefile | |
parent | b8434d1ac483ed03f399a9e87c606e7c9ae6b6b6 (diff) |
Notes
Diffstat (limited to 'x11-themes/gnome-art/Makefile')
-rw-r--r-- | x11-themes/gnome-art/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-themes/gnome-art/Makefile b/x11-themes/gnome-art/Makefile deleted file mode 100644 index d454fc9133be..000000000000 --- a/x11-themes/gnome-art/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnome-art -# Date created: 2005-04-15 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-art -PORTVERSION= 0.2 -PORTREVISION= 6 -CATEGORIES= x11-themes -MASTER_SITES= http://www.miketech.net/gnome-art/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Frontend for art.gnome.org - -DEPRECATED= Upcoming ruby-gnome removes dependencies -EXPIRATION_DATE= 2011-08-02 - -RUN_DEPENDS= gnome-splashscreen-manager:${PORTSDIR}/x11-themes/gnome-splashscreen-manager - -WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} -USE_RUBY= yes -USE_RUBY_SETUP= yes -GNOMEART_ICON= ${DATADIR}/glade/pixmaps/gnome-graphics.png -DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${GNOMEART_ICON}" "${PORTNAME}" "Application;Settings;AdvancedSettings;" true - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/lib/gnome-art/ui/main_window.rb \ - ${WRKSRC}/lib/gnome-art/ui/download_dialog.rb - @${FIND} ${WRKSRC} -name '*.bak' -delete - -.include <bsd.port.mk> |