summaryrefslogtreecommitdiff
path: root/graphics/gxanim/Makefile
blob: 5a9511397c7f75706a84f25f7f8bca89784567a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
COMMENT=	Graphical front end to Xanim

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>