diff options
Diffstat (limited to 'graphics/gxanim')
-rw-r--r-- | graphics/gxanim/Makefile | 27 | ||||
-rw-r--r-- | graphics/gxanim/distinfo | 1 | ||||
-rw-r--r-- | graphics/gxanim/files/patch-aa | 22 | ||||
-rw-r--r-- | graphics/gxanim/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/gxanim/pkg-plist | 1 |
5 files changed, 0 insertions, 57 deletions
diff --git a/graphics/gxanim/Makefile b/graphics/gxanim/Makefile deleted file mode 100644 index 5a9511397c7f..000000000000 --- a/graphics/gxanim/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xanim -# Date created: Sat Nov 5 11:43:03 PST 1994 -# Whom: Rod Taylor -# -# $FreeBSD$ -# - -PORTNAME= gxanim -PORTVERSION= 0.50 -CATEGORIES= graphics -MASTER_SITES= http://www.greslin.org/code/ -DISTNAME= GXAnim-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= rbt@zort.ca -COMMENT= Graphical front end to Xanim - -RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim - -WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION} - -USE_BZIP2= yes -USE_XLIB= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 - -.include <bsd.port.mk> diff --git a/graphics/gxanim/distinfo b/graphics/gxanim/distinfo deleted file mode 100644 index 0f5229cc89f4..000000000000 --- a/graphics/gxanim/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GXAnim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c diff --git a/graphics/gxanim/files/patch-aa b/graphics/gxanim/files/patch-aa deleted file mode 100644 index b514f7ff7c48..000000000000 --- a/graphics/gxanim/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Sun Nov 21 18:20:58 1999 -+++ Makefile Thu Feb 24 18:07:32 2000 -@@ -1,8 +1,8 @@ --CC = gcc --CFLAGS = -O2 `gtk-config --cflags` --INSTALLDIR = /usr/local/bin -+CC?= gcc -+CFLAGS+= `${GTK_CONFIG} --cflags` -+INSTALLDIR = ${PREFIX}/bin - --LIBS = `gtk-config --libs` -+LIBS = `${GTK_CONFIG} --libs` - OBJS = runxanim.o gxanim.o memory.o filesel.o util.o \ - valxanim.o control.o windows.o config.o prefs.o \ - history.o gtkmovie.o -@@ -31,5 +31,5 @@ - rm -f ${FINAL} - - install : -- mv ${FINAL} ${INSTALLDIR} -+ ${BSD_INSTALL_PROGRAM} ${FINAL} ${INSTALLDIR} - diff --git a/graphics/gxanim/pkg-descr b/graphics/gxanim/pkg-descr deleted file mode 100644 index 71025a6642bf..000000000000 --- a/graphics/gxanim/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GXAnim is a graphical interface to XAnim written with the GTK+ toolkit for UNIX -platforms. You can quickly find a movie file, play it, and do the usual -VCR-like stuff (rewind, fast forward, pause, stop set volume, etc.), as -well as set general play preferences. - -WWW: http://www.greslin.org/code/ diff --git a/graphics/gxanim/pkg-plist b/graphics/gxanim/pkg-plist deleted file mode 100644 index dc1a95407854..000000000000 --- a/graphics/gxanim/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gxanim |