1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/multimedia/gxanim/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

29 lines
573 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= 1
CATEGORIES= multimedia
MASTER_SITES= http://www.greslin.org/code/
DISTNAME= GXAnim-${PORTVERSION}
EXTRACT_SUFX= .tar.bz2
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>