1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/multimedia/gxanim/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
537 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
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://www.rswarren.com/code/
DISTNAME= GXAnim-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical front end to Xanim
RUN_DEPENDS= xanim:${PORTSDIR}/multimedia/xanim
PLIST_FILES= bin/gxanim
WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION}
USE_BZIP2= yes
USE_GNOME= gtk12
.include <bsd.port.mk>