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

(-)reallyslick/Makefile (-4 / +4 lines)
Lines 18-33 Link Here
18
18
19
LIB_DEPENDS=	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
19
LIB_DEPENDS=	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
20
20
21
BROKEN=		does not compile
22
23
USE_BZIP2=	yes
21
USE_BZIP2=	yes
24
USE_GL=		yes
22
USE_GL=		yes
25
USE_GMAKE=	yes
23
USE_GMAKE=	yes
26
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
27
USE_AUTOTOOLS=	libtool:15:env
25
USE_AUTOTOOLS=	libtool:15:env
28
26
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
CPPFLAGS+=	-I${LOCALBASE}/include `Magick-config --cflags`
30
		LDFLAGS="-L${LOCALBASE}/lib"
28
LDFLAGS+=	-L${LOCALBASE}/lib `Magick-config --libs`
29
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \
30
		LDFLAGS="${LDFLAGS}"
31
31
32
MAN1=	biof.1 busyspheres.1 colorfire.1 cyclone.1 euphoria.1 fieldlines.1 flocks.1 \
32
MAN1=	biof.1 busyspheres.1 colorfire.1 cyclone.1 euphoria.1 fieldlines.1 flocks.1 \
33
	flux.1 helios.1 hufo_smoke.1 hufo_tunnel.1 lattice.1 matrixview.1 \
33
	flux.1 helios.1 hufo_smoke.1 hufo_tunnel.1 lattice.1 matrixview.1 \

Return to bug 124089