mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
graphics/geomview: Optionize INFO
- Pet portclippy
This commit is contained in:
parent
30f415b0f8
commit
0354113452
@ -13,20 +13,26 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
||||
|
||||
USES= cpe gl libtool makeinfo motif tar:bzip2
|
||||
USE_GL= glu
|
||||
USES= cpe gl libtool motif tar:bzip2
|
||||
USE_GL= gl glu
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= ice sm x11 xext xmu xt
|
||||
|
||||
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 INFO MOTION_AVG
|
||||
OPTIONS_DEFAULT= INFO
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES MOTION_AVG
|
||||
MOTION_AVG_DESC= Experimental motion averaging code
|
||||
|
||||
INFO_USES= makeinfo
|
||||
INFO_INFO= geomview
|
||||
MOTION_AVG_CONFIGURE_ENABLE= motion-averaging
|
||||
|
||||
post-patch:
|
||||
@ -35,11 +41,11 @@ post-patch:
|
||||
/install-man/s|install-nobase_infoimgDATA||' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
||||
post-build:
|
||||
post-build-INFO-on:
|
||||
@(cd ${WRKSRC}/doc && makeinfo --no-split --no-validate \
|
||||
-o geomview.info geomview.texi)
|
||||
|
||||
post-install:
|
||||
post-install-INFO-on:
|
||||
(cd ${WRKSRC}/doc && ${INSTALL_DATA} geomview.info \
|
||||
${STAGEDIR}${PREFIX}/${INFO_PATH})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user