aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/togl/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-29 10:58:45 +0800
committersteve <steve@FreeBSD.org>2000-05-29 10:58:45 +0800
commit3dc7d078b375ce6699382b4d79ee786cbdcaae27 (patch)
tree286247b91953477b49908059cdfb1aeeb9dd857d /graphics/togl/Makefile
parentd8e3c4572c41e480ea64b340d682a13356747042 (diff)
downloadfreebsd-ports-gnome-3dc7d078b375ce6699382b4d79ee786cbdcaae27.tar.gz
freebsd-ports-gnome-3dc7d078b375ce6699382b4d79ee786cbdcaae27.tar.zst
freebsd-ports-gnome-3dc7d078b375ce6699382b4d79ee786cbdcaae27.zip
Install togl.[ho] too.
PR: 18407 Submitted by: R Joseph Wright <rjoseph@mammalia.org>
Diffstat (limited to 'graphics/togl/Makefile')
-rw-r--r--graphics/togl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile
index 1b50ee488894..478ad42546ae 100644
--- a/graphics/togl/Makefile
+++ b/graphics/togl/Makefile
@@ -27,6 +27,8 @@ TOGL_INSTDIR= ${PREFIX}/lib/tk8.2/${DISTNAME}
do-install:
${MKDIR} ${TOGL_INSTDIR}
${INSTALL_DATA} ${WRKSRC}/libtogl.so.1.3 ${TOGL_INSTDIR}/Togl.so
+ ${INSTALL_DATA} ${WRKSRC}/togl.h ${TOGL_INSTDIR}
+ ${INSTALL_DATA} ${WRKSRC}/togl.o ${TOGL_INSTDIR}
${ECHO} 'package ifneeded Togl 1.5 [list load [file join $$dir Togl.so]]'\
> ${PREFIX}/lib/tk8.2/${DISTNAME}/pkgIndex.tcl