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

(-)Makefile (-5 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	fltk
8
PORTNAME=	fltk
9
PORTVERSION=	2.0.${SNAPSHOT}
9
PORTVERSION=	2.0.${SNAPSHOT}
10
PORTREVISION=	1
11
CATEGORIES=	x11-toolkits
10
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	${MASTER_SITE_EASYSW}
11
MASTER_SITES=	${MASTER_SITE_EASYSW}
13
MASTER_SITE_SUBDIR=	fltk/snapshots
12
MASTER_SITE_SUBDIR=	fltk/snapshots
Lines 27-36 Link Here
27
# support will be disabled without breaking the build.
26
# support will be disabled without breaking the build.
28
BUILD_DEPENDS=	xprop:${PORTSDIR}/x11/xprop
27
BUILD_DEPENDS=	xprop:${PORTSDIR}/x11/xprop
29
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
28
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
30
		jpeg.10:${PORTSDIR}/graphics/jpeg \
29
		jpeg.10:${PORTSDIR}/graphics/jpeg
31
		Xft.2:${PORTSDIR}/x11-fonts/libXft
32
30
33
SNAPSHOT=	r6671
31
SNAPSHOT=	r6834
34
32
35
OPTIONS=	FLTK_THREADS "Install with threads support" on \
33
OPTIONS=	FLTK_THREADS "Install with threads support" on \
36
		FLTK_CAIRO "Use cairo as graphics backend" off \
34
		FLTK_CAIRO "Use cairo as graphics backend" off \
Lines 43-49 Link Here
43
USE_BZIP2=	yes
41
USE_BZIP2=	yes
44
USE_GMAKE=	yes
42
USE_GMAKE=	yes
45
USE_GL=		yes
43
USE_GL=		yes
46
USE_XORG=	xi
44
USE_XORG=	xcursor xft xi
47
GNU_CONFIGURE=	yes
45
GNU_CONFIGURE=	yes
48
46
49
CPPFLAGS+=	-I${LOCALBASE}/include
47
CPPFLAGS+=	-I${LOCALBASE}/include
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fltk-2.0.x-r6671.tar.bz2) = 6bcef5fd51eb3bc4dd0702f3ae6da6ba
1
MD5 (fltk-2.0.x-r6834.tar.bz2) = fdde61eb5b0e72c8662428c625676439
2
SHA256 (fltk-2.0.x-r6671.tar.bz2) = 4c9a67f0d32c05af92bf95d5feec8eb4a8d56bfbfe2cd4364b32009cfd609b54
2
SHA256 (fltk-2.0.x-r6834.tar.bz2) = aac1d231f9f9c966b11502017a81b160cd5d90f845bc85bfbe7a57afc23c2ed4
3
SIZE (fltk-2.0.x-r6671.tar.bz2) = 2527397
3
SIZE (fltk-2.0.x-r6834.tar.bz2) = 2527692

Return to bug 137185