1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/graphics/geomview/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

54 lines
1.3 KiB
Makefile

# Created by: fenner
# $FreeBSD$
PORTNAME= geomview
PORTVERSION= 1.9.5
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive viewer for 3- and 4-D geometric objects
LICENSE= LGPL21
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
USES= libtool makeinfo motif tar:bzip2
USE_GL= glu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-htmlbrowser=xdg-open --with-pdfviewer=xdg-open \
--with-motif=${LOCALBASE} --with-opengl=${LOCALBASE}
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
INFO= geomview
OPTIONS_DEFINE= DOCS EXAMPLES MOTION_AVG
MOTION_AVG_DESC= Experimental motion averaging code
MOTION_AVG_CONFIGURE_ENABLE= motion-averaging
post-patch:
@${REINPLACE_CMD} -e \
'/^install-data-am:/s|install-info-am|| ; \
/install-man/s|install-nobase_infoimgDATA||' \
${WRKSRC}/doc/Makefile.in
post-build:
@(cd ${WRKSRC}/doc && makeinfo --no-split --no-validate \
-o geomview.info geomview.texi)
post-install:
(cd ${WRKSRC}/doc && ${INSTALL_DATA} geomview.info \
${STAGEDIR}${PREFIX}/${INFO_PATH})
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README \
${STAGEDIR}${DOCSDIR})
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/doc && ${INSTALL_DATA} *.c *.tcl \
${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>