View | Details | Raw Unified | Return to bug 161619
Collapse All | Expand All

(-)graphics/qslim/Makefile (-6 / +9 lines)
Lines 16-21 Link Here
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	SlimKit Surface Modeling Tools
17
COMMENT=	SlimKit Surface Modeling Tools
18
18
19
LICENSE=	GPLv2 # (or later)
20
LICENSE_FILE=	${WRKSRC}/GPL.txt
21
19
LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
22
LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
20
		tiff.4:${PORTSDIR}/graphics/tiff \
23
		tiff.4:${PORTSDIR}/graphics/tiff \
21
		gfx.0:${PORTSDIR}/graphics/libgfx \
24
		gfx.0:${PORTSDIR}/graphics/libgfx \
Lines 24-42 Link Here
24
CONFIGURE_WRKSRC=	${WRKSRC}/mixkit
27
CONFIGURE_WRKSRC=	${WRKSRC}/mixkit
25
BUILD_WRKSRC=		${WRKSRC}/mixkit/src
28
BUILD_WRKSRC=		${WRKSRC}/mixkit/src
26
29
30
USE_GL=		glu
27
USE_GMAKE=	yes
31
USE_GMAKE=	yes
28
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
29
USE_GL=		glu
33
MAKE_ENV=	FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
30
USE_LDCONFIG=	yes
34
MAKE_ARGS=	CC="${CC}" CXX="${CXX}"
31
ALL_TARGET=	# none
35
ALL_TARGET=	# none
36
USE_LDCONFIG=	yes
37
MAKE_JOBS_SAFE=	yes
32
38
39
CFLAGS+=	-DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
33
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL
40
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL
34
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
41
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
35
42
36
CFLAGS+=	-DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS}
37
MAKE_ARGS+=	CC="${CC}" CXX="${CXX}"
38
MAKE_ENV+=	FLTKCONFIG="${LOCALBASE}/bin/fltk-config"
39
40
post-extract:
43
post-extract:
41
	@${RM} -rf ${WRKSRC}/libgfx/
44
	@${RM} -rf ${WRKSRC}/libgfx/
42
45
(-)graphics/qslim/pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
The primary component of this package is the QSlim 2.0 surface
5
The primary component of this package is the QSlim 2.0 surface
6
simplification tool.
6
simplification tool.
7
7
8
WWW: http://graphics.cs.uiuc.edu/~garland/software/qslim.html
8
WWW: http://mgarland.org/software/qslim.html

Return to bug 161619