1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/gxanim/Makefile
Mario Sergio Fujikawa Ferreira 5dc9b7f571 Deploy USE_GNOMENG infrastructure
PR:		42349
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 02:46:49 +00:00

27 lines
502 B
Makefile

# 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
RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION}
USE_BZIP2= yes
USE_XLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
.include <bsd.port.mk>