1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/bluefish/Makefile
Foxfair Hu 874ad3832b PR: 12799
Submitted by:		Jim Mock <jim@blues.ghis.net>

New port of bluefish, which is an HTML editor that uses gtk.  Future
versions will possibly include gnome support and it will be added to the
Makefile if/when it happens.

Bluefish is an advanced HTML editor that contains functionality for
PHP, SSI, and RXML.  It is designed for the experienced web designer.

WWW:   http://bluefish.linuxbox.com/
1999-07-27 04:12:45 +00:00

35 lines
1.0 KiB
Makefile

# New ports collection makefile for: bluefish
# Version required: 0.3.2
# Date created: 25 July 1999
# Whom: Jim Mock <jim@blues.ghis.net>
#
# $Id$
#
DISTNAME= bluefish-0.3.2
CATEGORIES= www editors
MASTER_SITES= http://bluefish.linuxbox.com/download/ \
http://student.wau.nl/~olivier/bluefish/download/ \
http://ha-pc.cheque.uq.edu.au/download/
MAINTAINER= jim@blues.ghis.net
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-install:
@strip ${PREFIX}/bin/bluefish
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing bluefish docs in ${PREFIX}/share/doc/bluefish"
@${ECHO} "===> A manual is available online at http://bluefish.linuxbox.com/manual/"
@${MKDIR} ${PREFIX}/share/doc/bluefish && chmod a+rx ${PREFIX}/share/doc/bluefish
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
.endif
.include <bsd.port.mk>