1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/gxanim/Makefile

27 lines
527 B
Makefile
Raw Normal View History

# New ports collection makefile for: xanim
# Date created: Sat Nov 5 11:43:03 PST 1994
# Whom: Rod Taylor
#
# $FreeBSD$
#
PORTNAME= gxanim
PORTVERSION= 0.50
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
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>