add qslim 2.0
SlimKit Surface Modeling Tools
This commit is contained in:
parent
2b8f39e051
commit
a7db35c930
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52652
@ -250,6 +250,7 @@
|
||||
SUBDIR += qdraw
|
||||
SUBDIR += qglviewer
|
||||
SUBDIR += qiv
|
||||
SUBDIR += qslim
|
||||
SUBDIR += quickpics
|
||||
SUBDIR += qvplay
|
||||
SUBDIR += ray++
|
||||
|
41
graphics/qslim/Makefile
Normal file
41
graphics/qslim/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: qslim
|
||||
# Date created: Jan 6, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qslim
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://graphics.cs.uiuc.edu/~garland/dist/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \
|
||||
gnugetopt:${PORTSDIR}/devel/libgnugetopt \
|
||||
tiff:${PORTSDIR}/graphics/tiff \
|
||||
png:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_MESA= yes
|
||||
USE_XLIB= yes
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/mixkit/build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= \
|
||||
CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -L${X11BASE}/lib ${PTHREAD_LIBS}"
|
||||
BUILD_WRKSRC= ${WRKSRC}/mixkit/src
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= # empty
|
||||
|
||||
post-build:
|
||||
@(cd ${BUILD_WRKSRC}/../../tools/qslim ; ${GMAKE} all)
|
||||
@(cd ${BUILD_WRKSRC}/../../tools/filters ; ${GMAKE} all)
|
||||
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/qslim/distinfo
Normal file
1
graphics/qslim/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qslim-2.0.tar.gz) = 0795b179309df3b890e65b07621b81ca
|
1
graphics/qslim/pkg-comment
Normal file
1
graphics/qslim/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
SlimKit Surface Modeling Tools
|
8
graphics/qslim/pkg-descr
Normal file
8
graphics/qslim/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This is the SlimKit collection of surface modeling tools. Most of the
|
||||
programs in this collection simply provide an interface to the
|
||||
underlying functionality of the MixKit library.
|
||||
|
||||
The primary component of this package is the QSlim 2.0 surface
|
||||
simplification tool.
|
||||
|
||||
WWW: http://graphics.cs.uiuc.edu/~garland/software/qslim.html
|
3
graphics/qslim/pkg-plist
Normal file
3
graphics/qslim/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/qslim
|
||||
bin/qvis
|
||||
lib/libmix.a
|
Loading…
Reference in New Issue
Block a user