diff options
author | mph <mph@FreeBSD.org> | 1999-09-21 02:41:15 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-09-21 02:41:15 +0800 |
commit | 1163a5a722ec5017347c9bdd1a3ae41da4fac3a0 (patch) | |
tree | c8cf804881eb32e7cef9c0de42d32b678762632d /graphics/gxanim/Makefile | |
parent | 5e5f71295a2a9e4b4e6f21e1f3c698a34c9c9013 (diff) | |
download | freebsd-ports-gnome-1163a5a722ec5017347c9bdd1a3ae41da4fac3a0.tar.gz freebsd-ports-gnome-1163a5a722ec5017347c9bdd1a3ae41da4fac3a0.tar.zst freebsd-ports-gnome-1163a5a722ec5017347c9bdd1a3ae41da4fac3a0.zip |
Import of gxanim 0.45, a Gtk front-end to xanim.
PR: 13707
Submitted by: Rod Taylor <rod@idiotswitch.org>
Diffstat (limited to 'graphics/gxanim/Makefile')
-rw-r--r-- | graphics/gxanim/Makefile | 26 |
1 files changed, 26 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> |