diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-04 14:00:13 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-04 14:00:13 +0800 |
commit | 07fb3d07bc898fb5881b054206eafe6543e38518 (patch) | |
tree | 5706ebed9a0cf2a16e50fa3dcbfb1e7bdb26f407 /graphics/gxanim/Makefile | |
parent | 58924303f9ca3998a61a898f7d44ac0e9f50ac49 (diff) | |
download | freebsd-ports-gnome-07fb3d07bc898fb5881b054206eafe6543e38518.tar.gz freebsd-ports-gnome-07fb3d07bc898fb5881b054206eafe6543e38518.tar.zst freebsd-ports-gnome-07fb3d07bc898fb5881b054206eafe6543e38518.zip |
Finish repo copy move from graphics category to newly create
multimedia one for the following ports:
avidemux
avinfo
camserv
dtv
dumpmpeg
enjoympeg
fxtv
gopchop
gxanim
libdvbpsi
libfame
libquicktime
mmsclient
mpeg
mpeg2codec
mpeg2play
mpeg_encode
mpeg_play
mpeg_stat
mpegedit
mpgtx
mplex
mtv
netshow
ppm2fli
smpeg
smpeg-xmms
splitmpg
tkxanim
totem
transcode
vlc
xanim
xawtv
xine_d4d_plugin
xine_d5d_plugin
xmovie
xmps
xtheater
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
Diffstat (limited to 'graphics/gxanim/Makefile')
-rw-r--r-- | graphics/gxanim/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/gxanim/Makefile b/graphics/gxanim/Makefile deleted file mode 100644 index 5a9511397c7f..000000000000 --- a/graphics/gxanim/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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> |