freebsd-ports/graphics/animabob/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

42 lines
877 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
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= #
MAINTAINER= ip@doom.homeunix.org
COMMENT= Interactive 3D volume renderer
DEPRECATED= mastersite disappeared, no longer maintained by author
EXPIRATION_DATE= 2006-02-16
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
USE_IMAKE= 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>