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> |