diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-09-20 18:41:15 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-09-20 18:41:15 +0000 |
commit | 07ffec94b1db42f2cc83849244bbbd32c7136bfc (patch) | |
tree | c43b71ae87abd1bb6cb2fbaba606fbb912ff1660 /graphics | |
parent | Activate 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 'graphics')
-rw-r--r-- | graphics/gxanim/Makefile | 26 | ||||
-rw-r--r-- | graphics/gxanim/distinfo | 1 | ||||
-rw-r--r-- | graphics/gxanim/files/patch-aa | 22 | ||||
-rw-r--r-- | graphics/gxanim/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gxanim/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/gxanim/pkg-plist | 1 |
6 files changed, 57 insertions, 0 deletions
diff --git a/graphics/gxanim/Makefile b/graphics/gxanim/Makefile new file mode 100644 index 000000000000..5b175045fefd --- /dev/null +++ b/graphics/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/graphics/gxanim/distinfo b/graphics/gxanim/distinfo new file mode 100644 index 000000000000..753bf4832197 --- /dev/null +++ b/graphics/gxanim/distinfo @@ -0,0 +1 @@ +MD5 (gxanim-0.45.tar.bz2) = 43a6c20583c69ece93efb2a2eabe87c9 diff --git a/graphics/gxanim/files/patch-aa b/graphics/gxanim/files/patch-aa new file mode 100644 index 000000000000..7c4b94a1f6d7 --- /dev/null +++ b/graphics/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/graphics/gxanim/pkg-comment b/graphics/gxanim/pkg-comment new file mode 100644 index 000000000000..587114f4181e --- /dev/null +++ b/graphics/gxanim/pkg-comment @@ -0,0 +1 @@ +A graphical front end to Xanim. diff --git a/graphics/gxanim/pkg-descr b/graphics/gxanim/pkg-descr new file mode 100644 index 000000000000..97fef06862e2 --- /dev/null +++ b/graphics/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/graphics/gxanim/pkg-plist b/graphics/gxanim/pkg-plist new file mode 100644 index 000000000000..dc1a95407854 --- /dev/null +++ b/graphics/gxanim/pkg-plist @@ -0,0 +1 @@ +bin/gxanim |