freebsd-ports/multimedia/gxanim/Makefile

28 lines
540 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= http://www.greslin.org/code/
DISTNAME= GXAnim-${PORTVERSION}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rbt@zort.ca
2003-02-21 13:17:17 +01:00
COMMENT= Graphical front end to Xanim
RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION}
USE_BZIP2= yes
2000-10-05 08:36:23 +02:00
USE_XLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
.include <bsd.port.mk>