1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/multimedia/gxanim/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
551 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= 3
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_XLIB= yes
USE_GNOME= gtk12
.include <bsd.port.mk>