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

(-)bluefish-devel/Makefile (-10 / +29 lines)
Lines 6-35 Link Here
6
#
6
#
7
7
8
PORTNAME=	bluefish
8
PORTNAME=	bluefish
9
PORTVERSION=	0.8.20030207
9
PORTVERSION=	0.9
10
CATEGORIES=	www editors
10
CATEGORIES=	www editors
11
MASTER_SITES=	http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \
11
MASTER_SITES=	http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \
12
		ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \
12
		ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \
13
		http://bluefish.mrball.net/snapshots/ \
13
		http://bluefish.mrball.net/${DOWNLOAD}/ \
14
		ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \
14
		ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \
15
		http://bluefish.shellhung.org/snapshots/
15
		http://bluefish.shellhung.org/${DOWNLOAD}/
16
DISTNAME=	${PORTNAME}-gtk2port-2003-02-07
17
EXTRACT_SUFX=	.tgz
18
16
19
MAINTAINER=	einekoai@chello.nl
17
MAINTAINER=	einekoai@chello.nl
18
COMMENT=	HTML editor designed for the experienced web designer
20
19
21
LIB_DEPENDS=	gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
20
LIB_DEPENDS=	gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
22
		pcre.0:${PORTSDIR}/devel/pcre \
21
		pcre.0:${PORTSDIR}/devel/pcre \
23
		aspell.15:${PORTSDIR}/textproc/aspell
22
		aspell.15:${PORTSDIR}/textproc/aspell
24
RUN_DEPENDS=	weblint:${PORTSDIR}/www/weblint
23
RUN_DEPENDS=	weblint:${PORTSDIR}/www/weblint
25
24
26
WRKSRC=		${WRKDIR}/bluefish-gtk2
25
DOWNLOAD=	downloads
27
NO_LATEST_LINK=	yes
26
NO_LATEST_LINK=	yes
27
USE_BZIP2=	yes
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
USE_PERL5_BUILD=	yes
29
USE_PERL5_BUILD=	yes
30
USE_X_PREFIX=	yes
30
USE_X_PREFIX=	yes
31
USE_REINPLACE=	yes
31
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
32
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
33
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
33
		LDFLAGS="-L${LOCALBASE}/lib"
34
		LDFLAGS="-L${LOCALBASE}/lib"
35
.include <bsd.port.pre.mk>
34
36
35
.include <bsd.port.mk>
37
# Turns debugging output on
38
.if defined(WITH_DEBUG)
39
CONFIGURE_ARGS+=	--with-debugging-output
40
.endif
41
42
pre-everything::
43
.if !defined(WITH_DEBUG)
44
	@${ECHO_MSG} ""
45
	@${ECHO_MSG} "WITH_DEBUG=yes for debug support"
46
.endif
47
48
post-patch:
49
# Make sure bluefish.desktop is installed
50
	@${REINPLACE_CMD} \
51
		-e 's|/usr|${PREFIX}|g;' \
52
		${WRKSRC}/data/Makefile.in
53
54
.include <bsd.port.post.mk>
(-)bluefish-devel/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (bluefish-gtk2port-2003-02-07.tgz) = 6e7b4602dbd375a22236307b7e8c11a9
1
MD5 (bluefish-0.9.tar.bz2) = 6f3dd98df0959469d3637a44eb0e08cf
(-)bluefish-devel/pkg-comment (-1 lines)
Line 1 Link Here
1
HTML editor designed for the experienced web designer
(-)bluefish-devel/pkg-plist (+3 lines)
Lines 12-17 Link Here
12
share/bluefish/icon_php.png
12
share/bluefish/icon_php.png
13
share/bluefish/icon_unknown.png
13
share/bluefish/icon_unknown.png
14
share/bluefish/icon_xml.png
14
share/bluefish/icon_xml.png
15
share/gnome/apps/Applications/bluefish.desktop
15
share/locale/da/LC_MESSAGES/bluefish.mo
16
share/locale/da/LC_MESSAGES/bluefish.mo
16
share/locale/es/LC_MESSAGES/bluefish.mo
17
share/locale/es/LC_MESSAGES/bluefish.mo
17
share/locale/fr/LC_MESSAGES/bluefish.mo
18
share/locale/fr/LC_MESSAGES/bluefish.mo
Lines 19-22 Link Here
19
share/locale/it/LC_MESSAGES/bluefish.mo
20
share/locale/it/LC_MESSAGES/bluefish.mo
20
share/locale/no/LC_MESSAGES/bluefish.mo
21
share/locale/no/LC_MESSAGES/bluefish.mo
21
share/locale/pl/LC_MESSAGES/bluefish.mo
22
share/locale/pl/LC_MESSAGES/bluefish.mo
23
share/locale/ru/LC_MESSAGES/bluefish.mo
24
share/locale/sv/LC_MESSAGES/bluefish.mo
22
@dirrm share/bluefish
25
@dirrm share/bluefish

Return to bug 48437