1999-07-27 04:12:45 +00:00
|
|
|
# New ports collection makefile for: bluefish
|
2005-01-13 21:26:35 +00:00
|
|
|
# Date created: 23 January 2003
|
|
|
|
# Whom: Koop Mast <einekoai@chello.nl>
|
1999-07-27 04:12:45 +00:00
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
2005-08-29 10:00:07 +00:00
|
|
|
# $MCom: ports-stable/www/bluefish/Makefile,v 1.2 2005/08/21 20:03:36 kwm Exp $
|
1999-07-27 04:12:45 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= bluefish
|
2005-08-29 10:32:33 +00:00
|
|
|
PORTVERSION= 1.0.4
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 1
|
1999-07-27 04:12:45 +00:00
|
|
|
CATEGORIES= www editors
|
2005-01-13 21:26:35 +00:00
|
|
|
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \
|
|
|
|
ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \
|
|
|
|
http://bluefish.mrball.net/${DOWNLOAD}/ \
|
2005-09-29 08:05:04 +00:00
|
|
|
ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/
|
1999-07-27 04:12:45 +00:00
|
|
|
|
2004-11-23 08:51:28 +00:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= HTML editor designed for the experienced web designer
|
1999-07-27 04:12:45 +00:00
|
|
|
|
2005-01-13 21:26:35 +00:00
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
|
|
|
aspell.16:${PORTSDIR}/textproc/aspell
|
1999-07-27 04:12:45 +00:00
|
|
|
|
2005-01-13 21:26:35 +00:00
|
|
|
.if !defined(WITHOUT_WEBLINT)
|
|
|
|
RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint
|
|
|
|
.endif
|
|
|
|
.if defined(WITH_TIDY)
|
|
|
|
RUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy
|
|
|
|
.endif
|
2003-12-04 11:15:53 +00:00
|
|
|
|
2005-01-13 21:26:35 +00:00
|
|
|
DOWNLOAD= downloads
|
2000-05-17 19:44:04 +00:00
|
|
|
USE_BZIP2= yes
|
2005-01-13 21:26:35 +00:00
|
|
|
USE_GNOME= gnomehier gtk20 gnomevfs2
|
2005-02-14 22:42:50 +00:00
|
|
|
WANT_GNOME= yes
|
2001-01-06 08:31:15 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-01-15 02:38:05 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-01-13 21:26:35 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/gnome/applications \
|
|
|
|
--with-freedesktop_org-mime=${PREFIX}/share/mime \
|
2005-06-17 12:47:44 +00:00
|
|
|
--without-gnome2_4-mime \
|
|
|
|
--without-gnome2_4-appreg \
|
2005-01-13 21:26:35 +00:00
|
|
|
--with-icon-path=${PREFIX}/share/gnome/pixmaps
|
2001-12-11 09:45:55 +00:00
|
|
|
|
2005-01-13 21:26:35 +00:00
|
|
|
# Turns debugging output on
|
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
CONFIGURE_ARGS+= --with-debugging-output
|
|
|
|
.endif
|
2001-12-11 09:45:55 +00:00
|
|
|
|
2005-01-13 21:26:35 +00:00
|
|
|
.if defined(WITHOUT_SPLASH)
|
|
|
|
CONFIGURE_ARGS+= --disable-splash-screen
|
2001-12-11 09:45:55 +00:00
|
|
|
.endif
|
2000-10-05 06:57:56 +00:00
|
|
|
|
2000-08-11 01:04:47 +00:00
|
|
|
MAN1= bluefish.1
|
1999-07-27 04:12:45 +00:00
|
|
|
|
2005-01-13 21:26:35 +00:00
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "Bluefish has the following tunable option(s):"
|
|
|
|
@${ECHO_MSG} " WITH_DEBUG for debug support"
|
|
|
|
@${ECHO_MSG} " WITHOUT_WEBLINT disable the weblint syntax and style checker"
|
|
|
|
@${ECHO_MSG} " WITH_TIDY for the tidy html cleanup program"
|
|
|
|
@${ECHO_MSG} " WITHOUT_SPLASH disable the splash screen"
|
|
|
|
@${ECHO_MSG} ""
|
2005-10-21 09:05:43 +00:00
|
|
|
@${ECHO_MSG} "For Highlighting to work, please enable UTF-8 support in devel/pcre."
|
|
|
|
@${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish."
|
|
|
|
@${ECHO_MSG} ""
|
2005-01-13 21:26:35 +00:00
|
|
|
|
1999-07-27 04:12:45 +00:00
|
|
|
post-install:
|
2005-01-13 21:26:35 +00:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/debian/bluefish.1 ${PREFIX}/man/man1/bluefish.1
|
1999-07-27 04:12:45 +00:00
|
|
|
|
2005-02-14 22:42:50 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${HAVE_GNOME:Mlibgnomeui}!=""
|
|
|
|
USE_GNOME+= libgnomeui
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|