1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/gxanim/Makefile
Ade Lovett 752d3fe872 Update to 0.50 (less bugs, GTK fixes, better memory
management and a history function)

PR:		16947
Submitted by:	maintainer
2000-02-25 02:16:57 +00:00

27 lines
558 B
Makefile

# New ports collection makefile for: xanim
# Version required: 0.50
# Date created: Sat Nov 5 11:43:03 PST 1994
# Whom: Rod Taylor
#
# $FreeBSD$
#
DISTNAME= gxanim-0.50
CATEGORIES= graphics
MASTER_SITES= http://www.iag.net/~aleris/ \
http://www.zort.on.ca/software/
MAINTAINER= rbt@zort.on.ca
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
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>