1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Add LICENSE

- Add MAKE_JOBS_SAFE
- Update WWW

PR:		161619
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Emanuel Haupt 2011-10-18 13:06:09 +00:00
parent 3741923381
commit 2461791ff4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283793
2 changed files with 10 additions and 8 deletions

View File

@ -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,18 +26,18 @@ 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
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
MAKE_ARGS+= CC="${CC}" CXX="${CXX}"
MAKE_ENV+= FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
post-extract:
@${RM} -rf ${WRKSRC}/libgfx/

View File

@ -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