freebsd-ports/graphics/animabob/Makefile
Kirill Ponomarev 4eac871e8b - Give maintainership to Igor Pokrovsky <tiamat@comset.net>
PR:		61813 61814 61815 61816 61817 61818 61819
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-01-24 08:15:42 +00:00

37 lines
772 B
Makefile

# New ports collection makefile for: animabob
# Date created: 21 July 2002
# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru>
#
# $FreeBSD$
#
PORTNAME= animabob
PORTVERSION= 1.3.0b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.borg.umn.edu/pub/lcse/grant/AnimaBob/
MAINTAINER= tiamat@comset.net
COMMENT= Interactive 3D volume renderer
USE_IMAKE= yes
USE_MESA= yes
USE_MOTIF= yes
USE_REINPLACE= yes
ALL_TARGET= build
MAN1= animabob.1 icol.1
MANCOMPRESSED= yes
post-patch:
@${FIND} ${WRKSRC} -type f | \
${XARGS} -x -n 10 \
${REINPLACE_CMD} -E \
-e 's|malloc.h|stdlib.h|'
post-build:
# make the doc installation PREFIX safe
@${REINPLACE_CMD} -E \
-e 's|(DOCDIR[[:space:]]*=).*$$|\1${PREFIX}/lib/X11/doc|' \
${WRKSRC}/doc/Makefile
.include <bsd.port.mk>