diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 06:00:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 06:00:13 +0000 |
commit | c10bcef6d35d2163017c48650d8c5b74b2786201 (patch) | |
tree | 3fa81264279ab723edc09ed6806a7c8d27b194c1 /graphics/tkxanim | |
parent | 328b6db7856f09b9301c8c249b9ff065487c6879 (diff) |
Notes
Diffstat (limited to 'graphics/tkxanim')
-rw-r--r-- | graphics/tkxanim/Makefile | 31 | ||||
-rw-r--r-- | graphics/tkxanim/distinfo | 1 | ||||
-rw-r--r-- | graphics/tkxanim/files/patch-aa | 17 | ||||
-rw-r--r-- | graphics/tkxanim/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/tkxanim/pkg-plist | 3 |
5 files changed, 0 insertions, 62 deletions
diff --git a/graphics/tkxanim/Makefile b/graphics/tkxanim/Makefile deleted file mode 100644 index 5cd195b4b140..000000000000 --- a/graphics/tkxanim/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: tkxanim -# Date created: 24 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= tkxanim -PORTVERSION= 0.43 -CATEGORIES= graphics tk82 -MASTER_SITES= http://members.yourlink.net/aaron/software/linux/ - -MAINTAINER= jedgar@fxp.org -COMMENT= Tcl/Tk frontend to xanim - -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - xanim:${PORTSDIR}/graphics/xanim - -WRKSRC= ${WRKDIR}/Tkxanim - -do-build: - @${MV} ${WRKSRC}/tkxanim ${WRKSRC}/tkxanim.orig - @${SED} -e 's|CHANGEME|${PREFIX}|' \ - < ${WRKSRC}/tkxanim.orig > ${WRKSRC}/tkxanim - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tkxanim ${PREFIX}/bin - -${MKDIR} ${PREFIX}/share/icons - ${INSTALL_DATA} ${WRKSRC}/tkxanim.gif ${PREFIX}/share/icons - -.include <bsd.port.mk> diff --git a/graphics/tkxanim/distinfo b/graphics/tkxanim/distinfo deleted file mode 100644 index f5ae8a684080..000000000000 --- a/graphics/tkxanim/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5 diff --git a/graphics/tkxanim/files/patch-aa b/graphics/tkxanim/files/patch-aa deleted file mode 100644 index 9e8331eb1de1..000000000000 --- a/graphics/tkxanim/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- tkxanim.orig Mon Jun 21 18:47:01 1999 -+++ tkxanim Sun Oct 24 13:16:35 1999 -@@ -1,4 +1,4 @@ --#!/usr/bin/wish -f -+#!CHANGEME/bin/wish8.2 -f - - # tkxanim v 0.43 - # Aaron Faby <aaron@yourlink.net> -@@ -20,7 +20,7 @@ - set loops 1 - set debug 0 - --set background [image create photo -file /usr/local/tkxanim/tkxanim.gif] -+set background [image create photo -file CHANGEME/share/icons/tkxanim.gif] - label .background -image $background - label .authorinfo -text "Copyright 1999, Aaron Faby <aaron@yourlink.net>" -justify center - diff --git a/graphics/tkxanim/pkg-descr b/graphics/tkxanim/pkg-descr deleted file mode 100644 index 25b4ad7b445e..000000000000 --- a/graphics/tkxanim/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Tkxanim is a Tcl/Tk frontend to the xanim program -written by Mark Podlipec. The purpose of tkxanim is -to allow a quick configuration for all of xanim's -available options for those who are not familiar -with the command line. - -WWW: http://members.yourlink.net/aaron/tkxanim.html - -- Chris D. Faulhaber -jedgar@fxp.org diff --git a/graphics/tkxanim/pkg-plist b/graphics/tkxanim/pkg-plist deleted file mode 100644 index 24e3632e8e75..000000000000 --- a/graphics/tkxanim/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/tkxanim -share/icons/tkxanim.gif -@dirrm share/icons |