aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:06:09 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:06:09 +0000
commit2461791ff41dd17df5d0bd488633a286c04627ef (patch)
treed2e7a8c235879d223888b33f4ce82ff2ac05a6ad /graphics
parent37419233817124dbd84d7ed728f581e2763027b5 (diff)
- Add LICENSE
- Add MAKE_JOBS_SAFE - Update WWW PR: 161619 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=283793
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qslim/Makefile14
-rw-r--r--graphics/qslim/pkg-descr2
2 files changed, 9 insertions, 7 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index 88ed4a9b2f98..80425033f1f8 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -16,6 +16,8 @@ MASTER_SITES= http://mgarland.org/files/dist/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= SlimKit Surface Modeling Tools
+LICENSE= GPLv2
+
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
gfx.0:${PORTSDIR}/graphics/libgfx \
@@ -24,19 +26,19 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
CONFIGURE_WRKSRC= ${WRKSRC}/mixkit
BUILD_WRKSRC= ${WRKSRC}/mixkit/src
+USE_GL= glu
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GL= glu
-USE_LDCONFIG= yes
+MAKE_ENV= FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
+MAKE_ARGS= CC="${CC}" CXX="${CXX}"
ALL_TARGET= # none
+USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
+CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
-MAKE_ARGS+= CC="${CC}" CXX="${CXX}"
-MAKE_ENV+= FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
-
post-extract:
@${RM} -rf ${WRKSRC}/libgfx/
diff --git a/graphics/qslim/pkg-descr b/graphics/qslim/pkg-descr
index 9de7277e507a..36046c4da33d 100644
--- a/graphics/qslim/pkg-descr
+++ b/graphics/qslim/pkg-descr
@@ -5,4 +5,4 @@ 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
+WWW: http://mgarland.org/software/qslim.html