aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qslim
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-07 00:34:32 +0800
committerijliao <ijliao@FreeBSD.org>2002-01-07 00:34:32 +0800
commitdaf56f8bef10a690c25357443a59b933fb88fc94 (patch)
tree7d8b8135ca480e3f264d3de83c7dd2d958408b09 /graphics/qslim
parent0e9fc682927dca0210d4e3c2aaea723558f12094 (diff)
downloadfreebsd-ports-graphics-daf56f8bef10a690c25357443a59b933fb88fc94.tar.gz
freebsd-ports-graphics-daf56f8bef10a690c25357443a59b933fb88fc94.tar.zst
freebsd-ports-graphics-daf56f8bef10a690c25357443a59b933fb88fc94.zip
add missing files to PLIST
Diffstat (limited to 'graphics/qslim')
-rw-r--r--graphics/qslim/Makefile3
-rw-r--r--graphics/qslim/pkg-plist46
2 files changed, 49 insertions, 0 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index defd0183fb4..fa994919674 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -37,5 +37,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/mixkit/src/libmix.a ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/tools/qslim/qslim ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tools/qslim/qvis ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/include/mixkit
+ ${INSTALL_DATA} ${WRKSRC}/mixkit/src/*.h ${PREFIX}/include/mixkit
+ @${RM} -f ${PREFIX}/include/mixkit/getopt.h
.include <bsd.port.mk>
diff --git a/graphics/qslim/pkg-plist b/graphics/qslim/pkg-plist
index 65107304411..cd831d6cba4 100644
--- a/graphics/qslim/pkg-plist
+++ b/graphics/qslim/pkg-plist
@@ -1,3 +1,49 @@
bin/qslim
bin/qvis
lib/libmix.a
+include/mixkit/MxArcball.h
+include/mixkit/MxAsp.h
+include/mixkit/MxBlock.h
+include/mixkit/MxBlock2.h
+include/mixkit/MxBlock3.h
+include/mixkit/MxBlockModel.h
+include/mixkit/MxCamera.h
+include/mixkit/MxCmdParser.h
+include/mixkit/MxDynBlock.h
+include/mixkit/MxEdgeFilter.h
+include/mixkit/MxGL.h
+include/mixkit/MxGLPane.h
+include/mixkit/MxGLUtils.h
+include/mixkit/MxGeoPrims.h
+include/mixkit/MxGeom3D.h
+include/mixkit/MxHeap.h
+include/mixkit/MxLineModel.h
+include/mixkit/MxManipulator.h
+include/mixkit/MxMat2.h
+include/mixkit/MxMat3.h
+include/mixkit/MxMat4.h
+include/mixkit/MxMath.h
+include/mixkit/MxMatrix.h
+include/mixkit/MxPropSlim.h
+include/mixkit/MxQMetric.h
+include/mixkit/MxQMetric2.h
+include/mixkit/MxQMetric3.h
+include/mixkit/MxQSlim.h
+include/mixkit/MxRaster.h
+include/mixkit/MxSMF.h
+include/mixkit/MxStack.h
+include/mixkit/MxStdModel.h
+include/mixkit/MxStdPane.h
+include/mixkit/MxStdSlim.h
+include/mixkit/MxTimer.h
+include/mixkit/MxVec2.h
+include/mixkit/MxVec3.h
+include/mixkit/MxVec4.h
+include/mixkit/MxVector.h
+include/mixkit/mixcfg.h
+include/mixkit/mixio.h
+include/mixkit/mixmops.h
+include/mixkit/mixmsg.h
+include/mixkit/mixvops.h
+include/mixkit/stdmix.h
+@dirrm include/mixkit
td>- Take maintainershipmiwi2007-03-121-1/+1 * - Update to R29bmiwi2007-03-123-8/+17 * - Update to R29miwi2007-03-062-4/+4 * fish is a user friendly commandline shell intended mostly formiwi2007-02-275-0/+394 * . deprecate this old and unmaintained software (use shells/bash instead);bsam2007-02-161-0/+3 * . drop OPTIONS for BASH2;bsam2007-02-152-12/+2 * - add category gnustepdinoex2007-02-011-1/+1 * - Install examples. [1]sem2007-01-292-2/+34 * A new port: shells/p5-Term-ShellUIsem2007-01-255-0/+44 * Update to 2.09c.knu2007-01-182-6/+6 * - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+2 * Fix calculation of prompt length. Bump PORTREVISION.tg2007-01-082-1/+11 * - Fix pkg-plist.stas2007-01-031-2/+4 * Apply FreeBSD specific changes:ehaupt2006-12-264-4/+92 * - Fix build on 4.x.tdb2006-12-171-1/+1 * Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.linimon2006-12-141-1/+1 * Remove expired leaf ports:vd2006-12-125-60/+0 * - Remove dead and duplicite download locations, move a fast one to the toppav2006-11-221-6/+2 * The readline fix should not be required on 4.x. Disable post-patch magiclawrance2006-11-041-0/+2 * Drop maintainershipjylefort2006-11-031-1/+1 * - Assign maintainership to original submitter (the e-mail address is nowalepulver2006-11-011-1/+1 * Provide flv (FFmpeg Flash video) file completion for mplayerehaupt2006-10-312-4/+6 * - DEPRECATED Project disappeared from the internetmiwi2006-10-311-0/+3 * Fix build. Don't remove all of the bundled readline, somelawrance2006-10-221-1/+2 * - Add wrapper script to respect PREFIX at runtime.alepulver2006-10-212-4/+12 * bash2 links against the system readline, so patch it to build with thelawrance2006-10-201-1/+4 * - Take mainainership back (maintainer address still bounces, Pair Networksalepulver2006-10-101-1/+1 * - Reassign maintainership to submitter (mail address doesn't bounce anymore).alepulver2006-10-101-1/+1 * - Take maintainership (maintainer address bounces - recipient rejected).alepulver2006-10-091-1/+1 * - unbreak on gcc 4.1alexbl2006-10-072-12/+13 * Fix auto-completion for portinstall and /usr/ports/INDEX-*.shaun2006-10-074-0/+40 * Ch is an embeddable C/C++ interpreter for cross-platform scripting, shellalepulver2006-10-065-0/+2247 * - Add a patch from Zsh CVS to fix a bug with acroread(1) completion:sergei2006-09-202-1/+20 * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1 * Update to 2.09.knu2006-09-153-4/+5 * cleanup pkg-plist after gnustep-makedinoex2006-09-131-1/+0 * This port has served its purpose. Just use the shells/zsh port withknu2006-09-112-41/+0 * Return to ports@.obrien2006-09-091-1/+1 * Actually assign port to new maintainer.linimon2006-09-051-1/+1 * - Update to R28miwi2006-09-042-5/+8 * This port has served its purpose. Just use the shells/zsh port withknu2006-09-019-401/+0 * Rather than have to manually list every patch version, use some automationobrien2006-09-011-4/+4 * Move bash2 specification to lower in the file. In its current position,obrien2006-09-011-1/+1 * - Respect DESTDIR for all my portsmiwi2006-08-072-7/+7 * Update to 2.0.4jylefort2006-08-072-5/+4 * Unbreak rsync comatibility when long opts ("--server", "--sender"arved2006-08-072-1/+100 * Update patches.knu2006-08-022-24/+26 * - Improved descriptionmiwi2006-07-252-3/+4