1999-09-20 18:41:15 +00:00
|
|
|
# New ports collection makefile for: xanim
|
|
|
|
# Date created: Sat Nov 5 11:43:03 PST 1994
|
|
|
|
# Whom: Rod Taylor
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gxanim
|
|
|
|
PORTVERSION= 0.50
|
1999-09-20 18:41:15 +00:00
|
|
|
CATEGORIES= graphics
|
2000-09-07 23:05:30 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
1999-09-20 18:41:15 +00:00
|
|
|
|
2000-02-25 02:16:57 +00:00
|
|
|
MAINTAINER= rbt@zort.on.ca
|
1999-09-20 18:41:15 +00:00
|
|
|
|
|
|
|
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>
|