diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 06:00:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 06:00:13 +0000 |
commit | c10bcef6d35d2163017c48650d8c5b74b2786201 (patch) | |
tree | 3fa81264279ab723edc09ed6806a7c8d27b194c1 /graphics/xanim/Makefile | |
parent | After repo copy from graphics category to newly create multimedia (diff) |
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)
Notes
Notes:
svn path=/head/; revision=78091
Diffstat (limited to 'graphics/xanim/Makefile')
-rw-r--r-- | graphics/xanim/Makefile | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/graphics/xanim/Makefile b/graphics/xanim/Makefile deleted file mode 100644 index ccbec150b02e..000000000000 --- a/graphics/xanim/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: xanim -# Date created: Sat Nov 5 11:43:03 PST 1994 -# Whom: piero -# -# $FreeBSD$ -# - -PORTNAME= xanim -PORTVERSION= 2.92.0 -CATEGORIES= graphics -MASTER_SITES= ftp://xanim.va.pubnix.com/:main \ - http://www.go.dlr.de/fresh/unix/src/misc/:main \ - ftp://xanim.va.pubnix.com/dlls/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dinoex -DISTNAME= xanim2920 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main ${EXTRA_FILES} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Play most popular animation formats and show pictures - -.if (${MACHINE_ARCH} == "i386") -EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ - vid_cyuv_1.0_freebsdELFx86.tgz \ - vid_h261_1.0_freebsdELFx86.tgz \ - vid_h263_1.0_freebsdELFx86.tgz \ - vid_iv32_2.1_freebsdELFx86.tgz \ - vid_iv41_1.1_freebsdELFx86.tgz \ - vid_iv50_1.0_freebsdELFx86.tgz - -DLLDIR= ${PREFIX}/lib/X11/xanim - -PLIST_SUB+= CODECS="" - -.else - -PLIST_SUB+= CODECS="@comment " - -.endif - -USE_IMAKE= yes -MAN1= xanim.1 - -MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines - -post-extract: - ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} - -.if (${MACHINE_ARCH} == "i386") -post-install: - @${MKDIR} ${DLLDIR} - ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR} - ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR} -.endif - -.include <bsd.port.mk> |