diff -urN /usr/ports/graphics/qslim/Makefile graphics/qslim/Makefile --- /usr/ports/graphics/qslim/Makefile 2011-09-24 13:48:14.000000000 +0900 +++ graphics/qslim/Makefile 2011-09-27 15:57:09.000000000 +0900 @@ -16,6 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SlimKit Surface Modeling Tools +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/GPL.txt + LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ gfx.0:${PORTSDIR}/graphics/libgfx \ @@ -24,19 +27,19 @@ 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 -urN /usr/ports/graphics/qslim/pkg-descr graphics/qslim/pkg-descr --- /usr/ports/graphics/qslim/pkg-descr 2002-01-07 00:22:32.000000000 +0900 +++ graphics/qslim/pkg-descr 2011-09-09 02:25:16.000000000 +0900 @@ -5,4 +5,4 @@ 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