1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/multimedia/xanim/Makefile
Mark Linimon a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00

66 lines
1.9 KiB
Makefile

# 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
PORTREVISION= 2
CATEGORIES= multimedia graphics
MASTER_SITES= ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/:main \
${MASTER_SITE_LOCAL} \
ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/dlls/
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
NO_CDROM= redistributed without fee
USE_GCC= any
USE_IMAKE= yes
USE_XORG= xext xt sm ice xext x11
MAN1= xanim.1
MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines
DLLDIR= ${PREFIX}/lib/X11/xanim
PLIST_FILES+= bin/xanim
NO_CDROM= without fee
post-extract:
${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC}
.include <bsd.port.pre.mk>
.if (${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
PLIST_FILES+= lib/X11/xanim/cvid.readme lib/X11/xanim/cyuv.readme \
lib/X11/xanim/h261.readme lib/X11/xanim/h263.readme \
lib/X11/xanim/iv32.readme lib/X11/xanim/iv41.readme \
lib/X11/xanim/iv50.readme \
lib/X11/xanim/vid_cvid_2.1_freebsdELFx86.xa \
lib/X11/xanim/vid_cyuv_1.0_freebsdELFx86.xa \
lib/X11/xanim/vid_h261_1.0_freebsdELFx86.xa \
lib/X11/xanim/vid_h263_1.0_freebsdELFx86.xa \
lib/X11/xanim/vid_iv32_2.1_freebsdELFx86.xa \
lib/X11/xanim/vid_iv41_1.1_freebsdELFx86.xa \
lib/X11/xanim/vid_iv50_1.0_freebsdELFx86.xa
PLIST_DIRS+= lib/X11/xanim
post-install:
@${MKDIR} ${DLLDIR}
${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR}
${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR}
.endif
.include <bsd.port.post.mk>