summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-09-20 18:41:15 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-09-20 18:41:15 +0000
commit07ffec94b1db42f2cc83849244bbbd32c7136bfc (patch)
treec43b71ae87abd1bb6cb2fbaba606fbb912ff1660 /multimedia
parentActivate gxanim. (diff)
Import of gxanim 0.45, a Gtk front-end to xanim.
PR: 13707 Submitted by: Rod Taylor <rod@idiotswitch.org>
Notes
Notes: svn path=/head/; revision=21835
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gxanim/Makefile26
-rw-r--r--multimedia/gxanim/distinfo1
-rw-r--r--multimedia/gxanim/files/patch-aa22
-rw-r--r--multimedia/gxanim/pkg-comment1
-rw-r--r--multimedia/gxanim/pkg-descr6
-rw-r--r--multimedia/gxanim/pkg-plist1
6 files changed, 57 insertions, 0 deletions
diff --git a/multimedia/gxanim/Makefile b/multimedia/gxanim/Makefile
new file mode 100644
index 000000000000..5b175045fefd
--- /dev/null
+++ b/multimedia/gxanim/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xanim
+# Version required: 0.45
+# Date created: Sat Nov 5 11:43:03 PST 1994
+# Whom: Rod Taylor
+#
+# $FreeBSD$
+#
+
+DISTNAME= gxanim-0.45
+CATEGORIES= graphics
+MASTER_SITES= http://www.iag.net/~aleris/
+
+MAINTAINER= rod@idiotswitch.org
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
+
+GTK_CONFIG= ${X11BASE}/bin/gtk12-config
+
+USE_XLIB= yes
+
+USE_BZIP2= yes
+WRKSRC= ${WRKDIR}/gxanim
+MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.mk>
diff --git a/multimedia/gxanim/distinfo b/multimedia/gxanim/distinfo
new file mode 100644
index 000000000000..753bf4832197
--- /dev/null
+++ b/multimedia/gxanim/distinfo
@@ -0,0 +1 @@
+MD5 (gxanim-0.45.tar.bz2) = 43a6c20583c69ece93efb2a2eabe87c9
diff --git a/multimedia/gxanim/files/patch-aa b/multimedia/gxanim/files/patch-aa
new file mode 100644
index 000000000000..7c4b94a1f6d7
--- /dev/null
+++ b/multimedia/gxanim/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile.orig Tue Aug 31 14:57:46 1999
++++ Makefile Mon Sep 20 11:32:09 1999
+@@ -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
+
+ FINAL = gxanim
+@@ -29,5 +29,5 @@
+ rm -f ${FINAL}
+
+ install :
+- mv ${FINAL} ${INSTALLDIR}
++ ${BSD_INSTALL_PROGRAM} ${FINAL} ${INSTALLDIR}
+
diff --git a/multimedia/gxanim/pkg-comment b/multimedia/gxanim/pkg-comment
new file mode 100644
index 000000000000..587114f4181e
--- /dev/null
+++ b/multimedia/gxanim/pkg-comment
@@ -0,0 +1 @@
+A graphical front end to Xanim.
diff --git a/multimedia/gxanim/pkg-descr b/multimedia/gxanim/pkg-descr
new file mode 100644
index 000000000000..97fef06862e2
--- /dev/null
+++ b/multimedia/gxanim/pkg-descr
@@ -0,0 +1,6 @@
+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.iag.net/~aleris/gxanim.html
diff --git a/multimedia/gxanim/pkg-plist b/multimedia/gxanim/pkg-plist
new file mode 100644
index 000000000000..dc1a95407854
--- /dev/null
+++ b/multimedia/gxanim/pkg-plist
@@ -0,0 +1 @@
+bin/gxanim